X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fpuppetmaster%2Fmanifests%2Finit.pp;h=b60e0b7574e8fd278e82c7d8c2c81b0caedbc470;hb=becd323aa1041d27964691f7ef4658c88e3da68a;hp=1aad49cb2f2fbdba0f1dfdf9700b11c60027f551;hpb=7df8473f873e398279f1e46a3ea8aa5d7c3ffb22;p=mirror%2Fdsa-puppet.git diff --git a/modules/puppetmaster/manifests/init.pp b/modules/puppetmaster/manifests/init.pp index 1aad49cb2..b60e0b757 100644 --- a/modules/puppetmaster/manifests/init.pp +++ b/modules/puppetmaster/manifests/init.pp @@ -1,5 +1,8 @@ class puppetmaster { + package { 'puppetmaster': + ensure => installed, + } file { '/etc/puppet/hiera.yaml': source => 'puppet:///modules/puppetmaster/hiera.yaml' } @@ -13,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'], + } }