Adding Xquartz missing dependency for Ruby module
This commit is contained in:
parent
264f007260
commit
b0931f1847
3 changed files with 7 additions and 0 deletions
|
@ -30,6 +30,7 @@ github "repository", "2.2.0"
|
||||||
github "ruby", "6.0.2"
|
github "ruby", "6.0.2"
|
||||||
github "stdlib", "4.1.0", :repo => "puppetlabs/puppetlabs-stdlib"
|
github "stdlib", "4.1.0", :repo => "puppetlabs/puppetlabs-stdlib"
|
||||||
github "sudo", "1.0.0"
|
github "sudo", "1.0.0"
|
||||||
|
github "xquartz", "1.1.0"
|
||||||
|
|
||||||
# Optional/custom modules. There are tons available at
|
# Optional/custom modules. There are tons available at
|
||||||
# https://github.com/boxen.
|
# https://github.com/boxen.
|
||||||
|
|
|
@ -53,6 +53,11 @@ GITHUBTARBALL
|
||||||
specs:
|
specs:
|
||||||
sudo (1.0.0)
|
sudo (1.0.0)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-xquartz
|
||||||
|
specs:
|
||||||
|
xquartz (1.1.0)
|
||||||
|
|
||||||
GITHUBTARBALL
|
GITHUBTARBALL
|
||||||
remote: cprice404/puppetlabs-inifile
|
remote: cprice404/puppetlabs-inifile
|
||||||
specs:
|
specs:
|
||||||
|
@ -77,4 +82,5 @@ DEPENDENCIES
|
||||||
ruby (= 6.0.2)
|
ruby (= 6.0.2)
|
||||||
stdlib (= 4.1.0)
|
stdlib (= 4.1.0)
|
||||||
sudo (= 1.0.0)
|
sudo (= 1.0.0)
|
||||||
|
xquartz (= 1.1.0)
|
||||||
|
|
||||||
|
|
BIN
vendor/puppet/cache/boxen-puppet-xquartz-1.1.0.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-xquartz-1.1.0.tar.gz
vendored
Normal file
Binary file not shown.
Loading…
Reference in a new issue