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