projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a336b8f
)
Push piuparts cert to pejacevic
author
Peter Palfrader
<peter@palfrader.org>
Sun, 25 Aug 2013 09:37:43 +0000
(11:37 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sun, 25 Aug 2013 09:37:43 +0000
(11:37 +0200)
modules/roles/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/init.pp
b/modules/roles/manifests/init.pp
index
ef8a247
..
d13d45a
100644
(file)
--- a/
modules/roles/manifests/init.pp
+++ b/
modules/roles/manifests/init.pp
@@
-93,4
+93,10
@@
class roles {
notify => Service['apache2'],
}
}
+
+ if $::hostname in [pejacevic] {
+ ssl::service { 'piuparts.debian.org':
+ notify => Service['apache2'],
+ }
+ }
}