From: Peter Palfrader Date: Sun, 22 Sep 2019 21:36:37 +0000 (+0200) Subject: puppetmaster has an apache X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=d32e61d980cd86b617bf97d5aa7f50642869f45f;p=mirror%2Fdsa-puppet.git puppetmaster has an apache --- diff --git a/modules/puppetmaster/manifests/init.pp b/modules/puppetmaster/manifests/init.pp index cc322ac26..1e07fdf79 100644 --- a/modules/puppetmaster/manifests/init.pp +++ b/modules/puppetmaster/manifests/init.pp @@ -1,4 +1,6 @@ class puppetmaster { + include apache2 + package { 'puppetmaster': ensure => installed, }