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:
d33c10f
)
puppetmaster has an apache
author
Peter Palfrader
<peter@palfrader.org>
Sun, 22 Sep 2019 21:36:37 +0000
(23:36 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sun, 22 Sep 2019 21:36:37 +0000
(23:36 +0200)
modules/puppetmaster/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/puppetmaster/manifests/init.pp
b/modules/puppetmaster/manifests/init.pp
index
cc322ac
..
1e07fdf
100644
(file)
--- a/
modules/puppetmaster/manifests/init.pp
+++ b/
modules/puppetmaster/manifests/init.pp
@@
-1,4
+1,6
@@
class puppetmaster {
+ include apache2
+
package { 'puppetmaster':
ensure => installed,
}