]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Push piuparts cert to pejacevic
authorPeter Palfrader <peter@palfrader.org>
Sun, 25 Aug 2013 09:37:43 +0000 (11:37 +0200)
committerPeter Palfrader <peter@palfrader.org>
Sun, 25 Aug 2013 09:37:43 +0000 (11:37 +0200)
modules/roles/manifests/init.pp

index ef8a24794ec807f6ad9aff74755b93d61441baa5..d13d45a293cb3248cc4c6edb4c8dbe7abb378d1a 100644 (file)
@@ -93,4 +93,10 @@ class roles {
                        notify => Service['apache2'],
                }
        }
+
+       if $::hostname in [pejacevic] {
+               ssl::service { 'piuparts.debian.org':
+                       notify => Service['apache2'],
+               }
+       }
 }