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

Updated the last_puppet_run-file to make it update always.

parent ef2602f2
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,6 @@ class aes { ...@@ -35,7 +35,6 @@ class aes {
# Ideally, we would like to know if it is devel or production as well. # Ideally, we would like to know if it is devel or production as well.
exec { '/usr/bin/touch /var/last_puppet_run' : exec { '/usr/bin/touch /var/last_puppet_run' :
cwd => "/var", cwd => "/var",
creates => "/var/last_puppet_run",
user => root, user => root,
group => root, group => root,
} }
......
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