diff --git a/puppet-standalone-mashup.gemspec b/puppet-standalone-mashup.gemspec index 84ee658..2e70e48 100644 --- a/puppet-standalone-mashup.gemspec +++ b/puppet-standalone-mashup.gemspec @@ -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 diff --git a/skel/debian/bootstrap.erb b/skel/debian/bootstrap.erb index 7d35a89..1125a61 100644 --- a/skel/debian/bootstrap.erb +++ b/skel/debian/bootstrap.erb @@ -1,6 +1,6 @@ #!/bin/bash -if [ ! $UID -eq 0 ]; then +if [ $UID -ne 0 ]; then sudo $0 exit fi