Compare commits

...

2 commits

Author SHA1 Message Date
Micke Nordin 4376aad6e2 Merge branch 'main' into testing 2024-05-20 11:47:10 +02:00
Micke Nordin c485935f30 Try ensure file 2024-05-20 11:46:58 +02:00

View file

@ -25,7 +25,7 @@ class sunetdrive::lookup (
user { 'www-data': ensure => present, system => true }
file { '/opt/lookup/config.php':
ensure => present,
ensure => file,
owner => 'www-data',
group => 'root',
content => template('sunetdrive/lookup/config.php.erb'),