From 469c8f01a4e358273435959155c884d1c03adf3d Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Sun, 11 Feb 2018 23:05:36 +0100 Subject: [PATCH] allow write --- global/overlay/etc/puppet/manifests/cosmos-site.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp index 7e84d1b5..4078df3a 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -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") }