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 ef8a247..d13d45a 100644 (file)
@@ -93,4 +93,10 @@ class roles {
                        notify => Service['apache2'],
                }
        }
+
+       if $::hostname in [pejacevic] {
+               ssl::service { 'piuparts.debian.org':
+                       notify => Service['apache2'],
+               }
+       }
 }