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:
89192a4
)
Add puppet-dashboard ssl::service to puppetmaster
author
Peter Palfrader
<peter@palfrader.org>
Wed, 26 Mar 2014 12:47:33 +0000
(13:47 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Wed, 26 Mar 2014 12:47:33 +0000
(13:47 +0100)
modules/puppetmaster/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/puppetmaster/manifests/init.pp
b/modules/puppetmaster/manifests/init.pp
index
f1c567d
..
b60e0b7
100644
(file)
--- a/
modules/puppetmaster/manifests/init.pp
+++ b/
modules/puppetmaster/manifests/init.pp
@@
-16,4
+16,8
@@
class puppetmaster {
description => 'Allow puppet access',
rule => '&SERVICE_RANGE(tcp, 8140, $HOST_DEBIAN_V6)'
}
+
+ ssl::service { 'puppet-dashboard.debian.org':
+ notify => Service['apache2'],
+ }
}