diff --git a/.gitignore b/.gitignore index d2deb4c..e88c60a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,6 @@ /log /tmp /vendor/cache +/.tmp/ +/modules/ +/.librarian/ diff --git a/Puppetfile b/Puppetfile new file mode 100644 index 0000000..ed45b60 --- /dev/null +++ b/Puppetfile @@ -0,0 +1,3 @@ +%w(boxen ruby rbenv nvm nodejs git hub inifile sudo homebrew).each do |modulename| + mod modulename, "0.0.1", :github_tarball => "boxen/puppet-#{modulename}" +end diff --git a/Puppetfile.lock b/Puppetfile.lock new file mode 100644 index 0000000..a611a8d --- /dev/null +++ b/Puppetfile.lock @@ -0,0 +1,62 @@ +GITHUBTARBALL + remote: boxen/puppet-boxen + specs: + boxen (0.0.1) + +GITHUBTARBALL + remote: boxen/puppet-git + specs: + git (0.0.1) + +GITHUBTARBALL + remote: boxen/puppet-homebrew + specs: + homebrew (0.0.1) + +GITHUBTARBALL + remote: boxen/puppet-hub + specs: + hub (0.0.1) + +GITHUBTARBALL + remote: boxen/puppet-inifile + specs: + inifile (0.0.1) + +GITHUBTARBALL + remote: boxen/puppet-nodejs + specs: + nodejs (0.0.1) + +GITHUBTARBALL + remote: boxen/puppet-nvm + specs: + nvm (0.0.1) + +GITHUBTARBALL + remote: boxen/puppet-rbenv + specs: + rbenv (0.0.1) + +GITHUBTARBALL + remote: boxen/puppet-ruby + specs: + ruby (0.0.1) + +GITHUBTARBALL + remote: boxen/puppet-sudo + specs: + sudo (0.0.1) + +DEPENDENCIES + boxen (= 0.0.1) + git (= 0.0.1) + homebrew (= 0.0.1) + hub (= 0.0.1) + inifile (= 0.0.1) + nodejs (= 0.0.1) + nvm (= 0.0.1) + rbenv (= 0.0.1) + ruby (= 0.0.1) + sudo (= 0.0.1) + diff --git a/vendor/puppet/cache/boxen-puppet-boxen-0.0.1.tar.gz b/vendor/puppet/cache/boxen-puppet-boxen-0.0.1.tar.gz new file mode 100644 index 0000000..4c1cb4f Binary files /dev/null and b/vendor/puppet/cache/boxen-puppet-boxen-0.0.1.tar.gz differ diff --git a/vendor/puppet/cache/boxen-puppet-git-0.0.1.tar.gz b/vendor/puppet/cache/boxen-puppet-git-0.0.1.tar.gz new file mode 100644 index 0000000..c2cd936 Binary files /dev/null and b/vendor/puppet/cache/boxen-puppet-git-0.0.1.tar.gz differ diff --git a/vendor/puppet/cache/boxen-puppet-homebrew-0.0.1.tar.gz b/vendor/puppet/cache/boxen-puppet-homebrew-0.0.1.tar.gz new file mode 100644 index 0000000..0791264 Binary files /dev/null and b/vendor/puppet/cache/boxen-puppet-homebrew-0.0.1.tar.gz differ diff --git a/vendor/puppet/cache/boxen-puppet-hub-0.0.1.tar.gz b/vendor/puppet/cache/boxen-puppet-hub-0.0.1.tar.gz new file mode 100644 index 0000000..6c5df23 Binary files /dev/null and b/vendor/puppet/cache/boxen-puppet-hub-0.0.1.tar.gz differ diff --git a/vendor/puppet/cache/boxen-puppet-inifile-0.0.1.tar.gz b/vendor/puppet/cache/boxen-puppet-inifile-0.0.1.tar.gz new file mode 100644 index 0000000..b41c0c1 Binary files /dev/null and b/vendor/puppet/cache/boxen-puppet-inifile-0.0.1.tar.gz differ diff --git a/vendor/puppet/cache/boxen-puppet-nodejs-0.0.1.tar.gz b/vendor/puppet/cache/boxen-puppet-nodejs-0.0.1.tar.gz new file mode 100644 index 0000000..42c2a84 Binary files /dev/null and b/vendor/puppet/cache/boxen-puppet-nodejs-0.0.1.tar.gz differ diff --git a/vendor/puppet/cache/boxen-puppet-nvm-0.0.1.tar.gz b/vendor/puppet/cache/boxen-puppet-nvm-0.0.1.tar.gz new file mode 100644 index 0000000..b85606a Binary files /dev/null and b/vendor/puppet/cache/boxen-puppet-nvm-0.0.1.tar.gz differ diff --git a/vendor/puppet/cache/boxen-puppet-rbenv-0.0.1.tar.gz b/vendor/puppet/cache/boxen-puppet-rbenv-0.0.1.tar.gz new file mode 100644 index 0000000..cfe83f7 Binary files /dev/null and b/vendor/puppet/cache/boxen-puppet-rbenv-0.0.1.tar.gz differ diff --git a/vendor/puppet/cache/boxen-puppet-ruby-0.0.1.tar.gz b/vendor/puppet/cache/boxen-puppet-ruby-0.0.1.tar.gz new file mode 100644 index 0000000..01a7acf Binary files /dev/null and b/vendor/puppet/cache/boxen-puppet-ruby-0.0.1.tar.gz differ diff --git a/vendor/puppet/cache/boxen-puppet-sudo-0.0.1.tar.gz b/vendor/puppet/cache/boxen-puppet-sudo-0.0.1.tar.gz new file mode 100644 index 0000000..3f8f76c Binary files /dev/null and b/vendor/puppet/cache/boxen-puppet-sudo-0.0.1.tar.gz differ