Skip to content
Snippets Groups Projects
Commit 715bf1c4 authored by Filip Strömbäck's avatar Filip Strömbäck
Browse files

Disabled 'last-puppet-run', fixed lint warning.

parent c9cb91d0
No related branches found
No related tags found
2 merge requests!50Fix: Puppet Defining "data_provider": "hiera" in metadata.json is deprecated....,!40Merge from devel. Commits related to RHEL9 upgrade and pdk cleanup.
Pipeline #101996 passed
......@@ -61,11 +61,11 @@ class aes {
# File to easily see when Puppet was last executed.
# Ideally, we would like to know if it is devel or production as well.
exec { '/usr/bin/touch /var/last_puppet_run' :
cwd => '/var',
user => root,
group => root,
}
# exec { '/usr/bin/touch /var/last_puppet_run' :
# cwd => '/var',
# user => root,
# group => root,
# }
# File containing which environment is used.
file { '/var/puppet_environment' :
......
......@@ -63,7 +63,7 @@ class aes::opendsa {
command => "${opendsa_home}/on_update.sh",
require => File["${opendsa_home}/on_update.sh"],
notify => Service[$opendsa_service],
refreshonly => true
refreshonly => true,
}
file { "${opendsa_home}/manage.sh":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment