diff --git a/Puppetfile b/Puppetfile index 8740857..7022fb2 100644 --- a/Puppetfile +++ b/Puppetfile @@ -18,6 +18,7 @@ github "boxen", "2.3.6" # Core modules for a basic development environment. You can replace # some/most of these if you want, but it's not recommended. +github "autoconf", "1.0.0" github "dnsmasq", "1.0.0" github "gcc", "2.0.1" github "git", "1.2.4" @@ -26,11 +27,13 @@ github "hub", "1.0.0" github "inifile", "0.9.0", :repo => "cprice404/puppetlabs-inifile" github "nginx", "1.4.2" github "nodejs", "3.2.7" +github "openssl", "1.0.0" github "repository", "2.2.0" -github "ruby", "6.0.2" +github "ruby", "6.1.1" github "stdlib", "4.1.0", :repo => "puppetlabs/puppetlabs-stdlib" github "sudo", "1.0.0" github "xquartz", "1.1.0" + # Optional/custom modules. There are tons available at # https://github.com/boxen. diff --git a/Puppetfile.lock b/Puppetfile.lock index 696def3..276177e 100644 --- a/Puppetfile.lock +++ b/Puppetfile.lock @@ -1,3 +1,8 @@ +GITHUBTARBALL + remote: boxen/puppet-autoconf + specs: + autoconf (1.0.0) + GITHUBTARBALL remote: boxen/puppet-boxen specs: @@ -38,6 +43,11 @@ GITHUBTARBALL specs: nodejs (3.2.7) +GITHUBTARBALL + remote: boxen/puppet-openssl + specs: + openssl (1.0.0) + GITHUBTARBALL remote: boxen/puppet-repository specs: @@ -46,7 +56,7 @@ GITHUBTARBALL GITHUBTARBALL remote: boxen/puppet-ruby specs: - ruby (6.0.2) + ruby (6.1.1) GITHUBTARBALL remote: boxen/puppet-sudo @@ -69,6 +79,7 @@ GITHUBTARBALL stdlib (4.1.0) DEPENDENCIES + autoconf (= 1.0.0) boxen (= 2.3.6) dnsmasq (= 1.0.0) gcc (= 2.0.1) @@ -78,8 +89,9 @@ DEPENDENCIES inifile (= 0.9.0) nginx (= 1.4.2) nodejs (= 3.2.7) + openssl (= 1.0.0) repository (= 2.2.0) - ruby (= 6.0.2) + ruby (= 6.1.1) stdlib (= 4.1.0) sudo (= 1.0.0) xquartz (= 1.1.0) diff --git a/vendor/puppet/cache/boxen-puppet-autoconf-1.0.0.tar.gz b/vendor/puppet/cache/boxen-puppet-autoconf-1.0.0.tar.gz new file mode 100644 index 0000000..7376529 Binary files /dev/null and b/vendor/puppet/cache/boxen-puppet-autoconf-1.0.0.tar.gz differ diff --git a/vendor/puppet/cache/boxen-puppet-openssl-1.0.0.tar.gz b/vendor/puppet/cache/boxen-puppet-openssl-1.0.0.tar.gz new file mode 100644 index 0000000..1b57d05 Binary files /dev/null and b/vendor/puppet/cache/boxen-puppet-openssl-1.0.0.tar.gz differ diff --git a/vendor/puppet/cache/boxen-puppet-ruby-6.0.2.tar.gz b/vendor/puppet/cache/boxen-puppet-ruby-6.0.2.tar.gz deleted file mode 100644 index 33c70f7..0000000 Binary files a/vendor/puppet/cache/boxen-puppet-ruby-6.0.2.tar.gz and /dev/null differ diff --git a/vendor/puppet/cache/boxen-puppet-ruby-6.1.1.tar.gz b/vendor/puppet/cache/boxen-puppet-ruby-6.1.1.tar.gz new file mode 100644 index 0000000..65b2e9a Binary files /dev/null and b/vendor/puppet/cache/boxen-puppet-ruby-6.1.1.tar.gz differ