a bit more permissive dir is ok in this case
This commit is contained in:
parent
a847bc334b
commit
dff2aefc6e
1 changed files with 2 additions and 1 deletions
|
@ -159,7 +159,8 @@ class md_publisher(Array $allow_clients=['any'], $keyname=undef, String $dir="/v
|
||||||
undef => $::fqdn,
|
undef => $::fqdn,
|
||||||
default => $keyname
|
default => $keyname
|
||||||
}
|
}
|
||||||
file { '/var/www/html': ensure => directory, mode => '0644', owner => 'www-data', group =>'www-data' } ->
|
# this allows fileage check to work wo sudo
|
||||||
|
file { '/var/www/html': ensure => directory, mode => '0755', owner => 'www-data', group =>'www-data' } ->
|
||||||
sunet::rrsync {$dir:
|
sunet::rrsync {$dir:
|
||||||
ro => false,
|
ro => false,
|
||||||
ssh_key => safe_hiera('publisher_ssh_key',"NOT SET IN HIERA"),
|
ssh_key => safe_hiera('publisher_ssh_key',"NOT SET IN HIERA"),
|
||||||
|
|
Loading…
Add table
Reference in a new issue