diff --git a/Puppetfile b/Puppetfile index 88014c1..8740857 100644 --- a/Puppetfile +++ b/Puppetfile @@ -30,6 +30,7 @@ github "repository", "2.2.0" github "ruby", "6.0.2" 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 89d880b..696def3 100644 --- a/Puppetfile.lock +++ b/Puppetfile.lock @@ -53,6 +53,11 @@ GITHUBTARBALL specs: sudo (1.0.0) +GITHUBTARBALL + remote: boxen/puppet-xquartz + specs: + xquartz (1.1.0) + GITHUBTARBALL remote: cprice404/puppetlabs-inifile specs: @@ -77,4 +82,5 @@ DEPENDENCIES ruby (= 6.0.2) stdlib (= 4.1.0) sudo (= 1.0.0) + xquartz (= 1.1.0) diff --git a/vendor/puppet/cache/boxen-puppet-xquartz-1.1.0.tar.gz b/vendor/puppet/cache/boxen-puppet-xquartz-1.1.0.tar.gz new file mode 100644 index 0000000..e48cf25 Binary files /dev/null and b/vendor/puppet/cache/boxen-puppet-xquartz-1.1.0.tar.gz differ