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:
d0c4a3c
)
muninmaster has an apache
author
Peter Palfrader
<peter@palfrader.org>
Sun, 22 Sep 2019 21:34:36 +0000
(23:34 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sun, 22 Sep 2019 21:34:36 +0000
(23:34 +0200)
modules/munin/manifests/master.pp
patch
|
blob
|
history
diff --git
a/modules/munin/manifests/master.pp
b/modules/munin/manifests/master.pp
index
7b35b44
..
17729c7
100644
(file)
--- a/
modules/munin/manifests/master.pp
+++ b/
modules/munin/manifests/master.pp
@@
-1,5
+1,7
@@
# munin master node
class munin::master {
+ include apache2
+
package { 'munin':
ensure => installed
}