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

Added file to see when Pupped was last executed.

parent 506aa201
No related branches found
No related tags found
No related merge requests found
...@@ -31,6 +31,15 @@ class aes { ...@@ -31,6 +31,15 @@ class aes {
content => file("${module_name}/anacrontab"), content => file("${module_name}/anacrontab"),
} }
# File to easily see when Puppet was last executed.
# Ideally, we would like to know if it is devel or production as well.
exec { 'touch /var/last_puppet_run' :
cwd => "${opendsa_home}",
creates => "/var/last_puppet_run",
user => root,
group => root,
}
::users::liu_user { 'klaar36': ::users::liu_user { 'klaar36':
commonname => 'Klas Arvidsson', commonname => 'Klas Arvidsson',
shell => '/bin/bash', shell => '/bin/bash',
......
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