Fix broken file declaration
While here make puppet-lint happy
This commit is contained in:
parent
1dcc58d991
commit
1ef179cad2
|
@ -9,7 +9,7 @@ class cdn::ca_trust(
|
|||
)
|
||||
{
|
||||
# Files for trusting internal CA
|
||||
file { '/opt/cdn-ca-trust:
|
||||
file { '/opt/cdn-ca-trust':
|
||||
ensure => directory,
|
||||
owner => 'root',
|
||||
group => 'root',
|
||||
|
@ -38,6 +38,6 @@ class cdn::ca_trust(
|
|||
$dash_split = split($my_hostname,'[-]')
|
||||
$instance = $dash_split[0]
|
||||
|
||||
exec { "/opt/cdn-ca-trust/scripts/trust-step-ca $ca_root_fp[$instance]['url'] $ca_root_fp[$instance]['fp']":
|
||||
exec { "/opt/cdn-ca-trust/scripts/trust-step-ca ${ca_root_fp[$instance]['url']} ${ca_root_fp[$instance]['fp']}":
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue