diff --git a/.gitignore b/.gitignore index d6884c3..4de9d2d 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,5 @@ .blimpy.d features/reports tmp +.tmp/ +modules/ diff --git a/Puppetfile b/Puppetfile new file mode 100644 index 0000000..d2abc75 --- /dev/null +++ b/Puppetfile @@ -0,0 +1,18 @@ +forge "http://forge.puppetlabs.com" + +mod 'puppetlabs/apt' +mod 'puppetlabs/firewall' +mod 'puppetlabs/mysql' +mod 'puppetlabs/ntp' +mod 'puppetlabs/stdlib' + +mod 'ripienaar/concat' + + + +mod 'sshd', :git => 'git://github.com/jenkinsci/puppet-sshd.git' +mod 'postgres', :git => 'git://github.com/jenkinsci/puppet-postgres.git' + + +# XXX: Not yet published to the forge +mod 'puppet', :git => 'git://github.com/rtyler/puppet-puppet.git' diff --git a/Puppetfile.lock b/Puppetfile.lock new file mode 100644 index 0000000..3c2bb7a --- /dev/null +++ b/Puppetfile.lock @@ -0,0 +1,47 @@ +FORGE + remote: http://forge.puppetlabs.com + specs: + puppetlabs/apt (1.1.0) + puppetlabs/stdlib (>= 2.2.1) + puppetlabs/firewall (0.3.1) + puppetlabs/mysql (0.7.1) + puppetlabs/stdlib (>= 2.2.1) + puppetlabs/ntp (0.3.0) + puppetlabs/stdlib (>= 0.1.6) + puppetlabs/stdlib (4.1.0) + ripienaar/concat (0.2.0) + +GIT + remote: git://github.com/jenkinsci/puppet-postgres.git + ref: master + sha: 2f1c240476c93d69bc58b6b44653f82e2b7c8c78 + specs: + postgres (0.0.3) + +GIT + remote: git://github.com/jenkinsci/puppet-sshd.git + ref: master + sha: ae7b29c678c258cdbf5d4bb76a398ad19e40c36a + specs: + sshd (1.0.0) + +GIT + remote: git://github.com/rtyler/puppet-puppet.git + ref: master + sha: 3400421db79e3906520d63c5dca055ccdfef7c59 + specs: + puppet (0.0.1) + puppetlabs/apt (>= 0.0.4) + puppetlabs/stdlib (>= 3.0.0) + +DEPENDENCIES + postgres (>= 0) + puppet (>= 0) + puppetlabs/apt (>= 0) + puppetlabs/firewall (>= 0) + puppetlabs/mysql (>= 0) + puppetlabs/ntp (>= 0) + puppetlabs/stdlib (>= 0) + ripienaar/concat (>= 0) + sshd (>= 0) +