X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=environments%2Fproduction%2Fmanifests%2Fsite.pp;h=34e30d095baaffd6c2baee49c3bc0183f8567285;hb=f341fae5472513454a68fe882b8800857192261d;hp=282d200f8ad5e1767e136495d98b758b86c189ee;hpb=e5677f2515f548329c71d158c41d3cf09ddeead8;p=infra.git diff --git a/environments/production/manifests/site.pp b/environments/production/manifests/site.pp index 282d200..34e30d0 100644 --- a/environments/production/manifests/site.pp +++ b/environments/production/manifests/site.pp @@ -31,7 +31,7 @@ if $signerLocation == 'self' { require => Exec['apt_update'] } $cass_ip=''; - file {'/etc/systemd/system/tcpserial.service': + systemd::unit_file {'tcpserial.service': ensure => 'file', content => epp('gigi/tcpserial'), require => Package['tcpserial'] @@ -99,7 +99,7 @@ if $signerLocation == 'self' { content => epp('gigi/cassiopeia-client-conf'), } - file {'/etc/systemd/system/cassiopeia-signer.service': + systemd::unit_file {'cassiopeia-signer.service': ensure => 'file', source => 'puppet:///modules/gigi/cassiopeia-signer.service', }->