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:
c6414e3
)
puppetmaster: don't look for puppet-dashboard.d.o cert
author
Julien Cristau
<jcristau@debian.org>
Mon, 21 Mar 2016 12:48:47 +0000
(13:48 +0100)
committer
Julien Cristau
<jcristau@debian.org>
Mon, 21 Mar 2016 12:48:47 +0000
(13:48 +0100)
Signed-off-by: Julien Cristau <jcristau@debian.org>
modules/puppetmaster/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/puppetmaster/manifests/init.pp
b/modules/puppetmaster/manifests/init.pp
index
b60e0b7
..
f1c567d
100644
(file)
--- a/
modules/puppetmaster/manifests/init.pp
+++ b/
modules/puppetmaster/manifests/init.pp
@@
-16,8
+16,4
@@
class puppetmaster {
description => 'Allow puppet access',
rule => '&SERVICE_RANGE(tcp, 8140, $HOST_DEBIAN_V6)'
}
-
- ssl::service { 'puppet-dashboard.debian.org':
- notify => Service['apache2'],
- }
}