From eed3d8128a7830f01ade54c46ac2e9ed0a18d2b3 Mon Sep 17 00:00:00 2001 From: Eric B Date: Sat, 12 Dec 2015 07:14:18 -0500 Subject: [PATCH] fixed pathing --- manifests/init.pp | 2 +- metadata.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index 8da74b6..99fcd43 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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, diff --git a/metadata.json b/metadata.json index f0027db..948de0b 100644 --- a/metadata.json +++ b/metadata.json @@ -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",