From 8f24e20fa4b8130a034365dda7c7f678d7b32cee Mon Sep 17 00:00:00 2001 From: Yanis Guenane Date: Thu, 13 Nov 2014 21:49:09 -0500 Subject: [PATCH] stdlib: update puppet refs to last tag catch-up to upstream --- .fixtures.yml | 2 +- Puppetfile | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.fixtures.yml b/.fixtures.yml index 4879d94b..c17b21eb 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -122,7 +122,7 @@ fixtures: ref: '1c3ea6f1c822a99b52defb87305ea5977cba4293' 'stdlib': repo: 'git://github.com/enovance/puppetlabs-stdlib.git' - ref: '8a9b2dfc0e463bec39c00c82c30e0a8a8b7867f3' + ref: 'fb42396c75d90ce3a9473e2a7ed22682266ea03f' 'xinetd': repo: 'git://github.com/enovance/puppetlabs-xinetd.git' ref: '7557af0e418d1a587df04fe7d01322ff2473c32e' diff --git a/Puppetfile b/Puppetfile index 1e090669..2d9a5f96 100644 --- a/Puppetfile +++ b/Puppetfile @@ -172,11 +172,9 @@ mod 'ssh', mod 'rsyslog', :git => 'git://github.com/enovance/puppet-rsyslog.git', :ref => '67c7c501b916ebd1a27a8a218d49602339526c4f' -#TODO(Spredzy) come back to upstream after -# https://github.com/puppetlabs/puppetlabs-stdlib/pull/319 mod 'stdlib', :git => 'git://github.com/enovance/puppetlabs-stdlib.git', - :ref => '8a9b2dfc0e463bec39c00c82c30e0a8a8b7867f3' + :ref => 'fb42396c75d90ce3a9473e2a7ed22682266ea03f' mod 'sysctl', :git => 'git://github.com/enovance/puppet-sysctl.git', :ref => '4a463384e844f51b270428643a5b8beb3628e854'