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

Merge branch 'production' into devel

parents 92df7936 9673ce96
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,6 @@ class aes { ...@@ -52,7 +52,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