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

Commit

Permalink
Fixing Quoted Variables and Strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramorous committed Dec 1, 2015
1 parent c5ca552 commit 890a28c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
exec { 'scheduled_reboot_command':
command => $command_string,
user => root,
onlyif => '/usr/bin/test ! -f ${check_file}',
onlyif => "/usr/bin/test ! -f ${check_file}",
path => ['/usr/bin','/sbin'],
}
notice("Reboot command will run. ${command_string}")
Expand Down
4 changes: 2 additions & 2 deletions 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.16",
"version": "0.1.17",
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
Expand All @@ -25,7 +25,7 @@
},
{"operatingsystem": "FreeBSD"}
],
"project_page": "https://forge.puppetlabs.com/Ramorous/scheduled_runonce",
"project_page": "https://github.com/Ramorous/puppet-scheduled_runonce",
"issues_url": "https://github.com/Ramorous/puppet-scheduled_runonce/issues",
"requirements": [],
"tags": []
Expand Down

0 comments on commit 890a28c

Please sign in to comment.