X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Fsnapshot_shell.pp;h=4ffc08a3b146daca9053e04a2ebd468823b66ff4;hb=768ec9a8fc86b187fd460ac8b53f31ab60d35870;hp=6dc54cb5b1ea9a9a655f562ae09c7a69a092ddc3;hpb=36a5952c31ae532799db9755708737cdba386a6b;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/snapshot_shell.pp b/modules/roles/manifests/snapshot_shell.pp index 6dc54cb5b..4ffc08a3b 100644 --- a/modules/roles/manifests/snapshot_shell.pp +++ b/modules/roles/manifests/snapshot_shell.pp @@ -1,4 +1,7 @@ +# the shell host for users/roles to access the snapshot service class roles::snapshot_shell { + include roles::snapshot_base + # give ftpmaster/the dak user some environment so they can poll the # list of files we have file { '/etc/ssh/userkeys/dak': @@ -14,12 +17,12 @@ class roles::snapshot_shell { ensure => directory, owner => 'root', group => 'debadmin', - mode => '02775', + mode => '2775', } file { '/srv/ftp-master.debian.org/home': ensure => directory, owner => 'dak', group => 'debadmin', - mode => '02755', + mode => '2755', } }