Skip to content
This repository was archived by the owner on Jan 9, 2020. It is now read-only.

Commit

Permalink
fixed pathing
Browse files Browse the repository at this point in the history
  • Loading branch information
ebouliane committed Dec 12, 2015
1 parent 13d95d8 commit eed3d81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
# Check if Date/Time is within allowed period
if $dt_start <= $dt_current and $dt_end >= $dt_current {
# Prep Command that is to be run
$command_string = "touch ${check_file};${command_var}"
$command_string = "/bin/touch ${check_file};${command_var}"
exec { 'scheduled_reboot_command':
command => $command_string,
user => root,
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": [],
"license": "Apache-2.0",
"name": "Ramorous-scheduled_runonce",
"version": "0.1.18",
"version": "0.1.19",
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
Expand Down

0 comments on commit eed3d81

Please sign in to comment.