allow write

This commit is contained in:
Leif Johansson 2018-02-11 23:05:36 +01:00
parent 40c9931fd0
commit 469c8f01a4

View file

@ -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") {
sunet::rrsync {$dir:
ro => false,
ssh_key => safe_hiera('publisher_ssh_key',"NOT SET IN HIERA"),
ssh_key_type => safe_hiera('publisher_ssh_key_type',"HOT SET IN HIERA")
}