Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix path and add hash link #263

Merged
merged 1 commit into from
Feb 26, 2025
Merged

Fix path and add hash link #263

merged 1 commit into from
Feb 26, 2025

Conversation

delhage
Copy link
Member

@delhage delhage commented Feb 26, 2025

No description provided.

@delhage delhage merged commit 4229f6a into testing Feb 26, 2025
1 check passed
@delhage delhage deleted the fix_auth branch February 26, 2025 12:25
@@ -81,6 +81,10 @@
ensure => file,
content => file('sunet/xrootd/ca.crt'),
}
file { '/opt/xrootd/grid-security/certificates/2b1f9a7d.0':
ensure => link,

Check warning

Code scanning / Puppet Lint

indentation of => is not properly aligned (expected in column 12, but found it in column 13) Warning

indentation of => is not properly aligned (expected in column 12, but found it in column 13)
@@ -81,6 +81,10 @@
ensure => file,
content => file('sunet/xrootd/ca.crt'),
}
file { '/opt/xrootd/grid-security/certificates/2b1f9a7d.0':
ensure => link,
target => 'ca.pem'

Check warning

Code scanning / Puppet Lint

indentation of => is not properly aligned (expected in column 12, but found it in column 13) Warning

indentation of => is not properly aligned (expected in column 12, but found it in column 13)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant