rsync on lw09,lw10
authorPeter Palfrader <peter@palfrader.org>
Fri, 9 Feb 2018 09:19:26 +0000 (10:19 +0100)
committerPeter Palfrader <peter@palfrader.org>
Fri, 9 Feb 2018 09:19:26 +0000 (10:19 +0100)
modules/roles/manifests/init.pp
modules/roles/templates/snapshot/rsyncd.conf.erb

index 195d991..e447ebb 100644 (file)
@@ -277,7 +277,7 @@ class roles {
                include roles::dgit_git
        }
 
-       if $::hostname in [lw01, lw02, lw03, lw04] {
+       if $::hostname in [lw01, lw02, lw03, lw04, lw09, lw10] {
                include roles::snapshot
        }
 
index 97501eb..67564c9 100644 (file)
@@ -22,3 +22,11 @@ log file = /var/log/rsyncd/rsyncd.log
   path = /storage/snapshot-farm-4
   read only = true
   list = false
+[snapshot-farm-09]
+  path = /storage/snapshot-farm-09
+  read only = true
+  list = false
+[snapshot-farm-10]
+  path = /storage/snapshot-farm-10
+  read only = true
+  list = false