Merge branch 'master' of github.com:johnbintz/puppet-standalone-mashup

This commit is contained in:
John Bintz 2012-05-08 15:10:45 -04:00
commit 56dde76032
2 changed files with 2 additions and 1 deletions

View File

@ -27,4 +27,5 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'cucumber'
s.add_runtime_dependency 'guard'
s.add_runtime_dependency 'guard-cucumber'
s.add_runtime_dependency 'linode'
end

View File

@ -1,6 +1,6 @@
#!/bin/bash
if [ ! $UID -eq 0 ]; then
if [ $UID -ne 0 ]; then
sudo $0
exit
fi