allow write
This commit is contained in:
parent
40c9931fd0
commit
469c8f01a4
1 changed files with 1 additions and 0 deletions
|
@ -148,6 +148,7 @@ class md_signer($dest_host="localhost",$dest_dir="/var/www/") {
|
||||||
|
|
||||||
class md_publisher(Array $allow_clients = [], String $dir = "/var/www/html") {
|
class md_publisher(Array $allow_clients = [], String $dir = "/var/www/html") {
|
||||||
sunet::rrsync {$dir:
|
sunet::rrsync {$dir:
|
||||||
|
ro => false,
|
||||||
ssh_key => safe_hiera('publisher_ssh_key',"NOT SET IN HIERA"),
|
ssh_key => safe_hiera('publisher_ssh_key',"NOT SET IN HIERA"),
|
||||||
ssh_key_type => safe_hiera('publisher_ssh_key_type',"HOT SET IN HIERA")
|
ssh_key_type => safe_hiera('publisher_ssh_key_type',"HOT SET IN HIERA")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue