]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
add keyfiles
authorMartin Zobel-Helas <zobel@debian.org>
Wed, 15 Feb 2012 20:05:41 +0000 (21:05 +0100)
committerMartin Zobel-Helas <zobel@debian.org>
Wed, 15 Feb 2012 20:05:41 +0000 (21:05 +0100)
modules/dacs/manifests/init.pp

index a9e703de2c4cbb684556f7c90205e72647e9f670..e8abf313a158b03ecf835a93e4eaf1b34cf9cdc4 100644 (file)
@@ -86,6 +86,21 @@ class dacs {
              group   => www-data
              notify  => Exec["dacsacl"]
              ;
+
+        "/etc/dacs/federations/debian.org/federation_keyfile":
+             source  => "puppet:///modules/dacs/private/debian.org_federation_keyfile",
+             mode    => 640,
+             owner   => root,
+             group   => www-data
+             ;
+
+        "/etc/dacs/federations/debian.org/DEBIAN/jurisdiction_keyfile":
+             source  => "puppet:///modules/dacs/private/DEBIAN_jurisdiction_keyfile",
+             mode    => 640,
+             owner   => root,
+             group   => www-data
+             ;
+
     }
 
     exec {