give access to the PG ddtp cluster to the ddtp role
[mirror/dsa-puppet.git] / modules / roles / manifests / snapshot_shell.pp
index 6dc54cb..4ffc08a 100644 (file)
@@ -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',
   }
 }