X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fpuppetmaster%2Fmanifests%2Finit.pp;h=b60e0b7574e8fd278e82c7d8c2c81b0caedbc470;hb=3955cb27ac0efb3b8c6269f75186731cf75d7d5c;hp=43432af7b188f95b7c0f70ccdfa2a9637ad05b18;hpb=2889cb8306d5b6bea03ceea09130bb741c92dbfa;p=mirror%2Fdsa-puppet.git diff --git a/modules/puppetmaster/manifests/init.pp b/modules/puppetmaster/manifests/init.pp index 43432af7b..b60e0b757 100644 --- a/modules/puppetmaster/manifests/init.pp +++ b/modules/puppetmaster/manifests/init.pp @@ -1,9 +1,7 @@ class puppetmaster { - include site::params - package { 'puppetmaster': - ensure => $site::params::puppetversion, + ensure => installed, } file { '/etc/puppet/hiera.yaml': source => 'puppet:///modules/puppetmaster/hiera.yaml' @@ -18,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'], + } }