diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-07-20 01:03:42 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-07-20 01:03:42 -0300 |
commit | 5e44dc7d3ff8379f77b56c89e84f7d5409429fe8 (patch) | |
tree | 87f9e20a9f1f736c7777e0d5ed253b4e44aa4846 /manifests | |
parent | 2a414edaf58497cf8dc5d716d0e7d84d9a882f90 (diff) | |
download | puppet-hotglue-5e44dc7d3ff8379f77b56c89e84f7d5409429fe8.tar.gz puppet-hotglue-5e44dc7d3ff8379f77b56c89e84f7d5409429fe8.tar.bz2 |
Updating hotglue2 revision
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 30a8e09..1d3775f 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -7,7 +7,7 @@ class hotglue { ensure => present, provider => git, source => 'https://github.com/hotglue/hotglue2.git', - revision => 'ddd9ba49767e9fe92297160f26d72bf46b916b26', + revision => '0865f1738030e277879c4fe297ad277c3c645166', owner => 'root', group => 'root', } |