diff --git a/manifests/init.pp b/manifests/init.pp index 4da8c09..d789d25 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -72,7 +72,7 @@ class etherpad_lite ( ensure => present, provider => git, source => 'https://github.com/joyent/node.git', - revision => 'origin/v0.6.16-release', + revision => 'v0.6.16-release', require => Package['git'] }