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

Fixed the path of the touch command.

parent 772aacc7
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ 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 { 'touch /var/last_puppet_run' :
exec { '/usr/bin/touch /var/last_puppet_run' :
cwd => "/var",
creates => "/var/last_puppet_run",
user => 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