Created
November 7, 2013 15:41
-
-
Save ghoneycutt/7356695 to your computer and use it in GitHub Desktop.
Puppetfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mod "apache", | |
:git => "git://github.com/ghoneycutt/puppetlabs-apache.git", | |
:ref => "manage_firewall_stop_purging_httpd_vdir" | |
mod "apt", | |
:git => "git://github.com/puppetlabs/puppetlabs-apt.git", | |
:ref => "1.1.0" | |
mod "common", | |
:git => "git://github.com/ghoneycutt/puppet-module-common.git", | |
:ref => "v1.0.2" | |
mod "concat", | |
:git => "git://github.com/Ericsson/puppetlabs-concat.git", | |
:ref => "1.0.0" | |
mod "dnsclient", | |
:git => "git://github.com/ghoneycutt/puppet-module-dnsclient.git", | |
:ref => "v3.0.4" | |
mod "firewall", | |
:git => "git://github.com/ghoneycutt/puppetlabs-firewall.git", | |
:ref => "0.2.1" | |
mod "hp", | |
:git => "git://github.com/ghoneycutt/puppet-module-hp.git" | |
mod "hosts", | |
:git => "git://github.com/ghoneycutt/puppet-module-hosts.git" | |
mod "htpasswd", | |
:git => "git://github.com/ghoneycutt/puppet-htpasswd.git" | |
mod "inifile", | |
:git => "git://github.com/ghoneycutt/puppetlabs-inifile.git", | |
:ref => "0.9.0" | |
mod "inittab", | |
:git => "git://github.com/ghoneycutt/puppet-module-inittab.git" | |
mod "localization", | |
:git => 'git://github.com/ghoneycutt/puppet-module-localization.git' | |
mod "mysql", | |
:git => "git://github.com/ghoneycutt/puppetlabs-mysql.git", | |
:ref => "set_max_allowed_packet" | |
mod "network", | |
:git => "git://github.com/ghoneycutt/puppet-network.git", | |
:ref => "gh_huge_refactor" | |
mod "nfs", | |
:git => "git://github.com/ghoneycutt/puppet-module-nfs.git" | |
mod "nisclient", | |
:git => "git://github.com/Ericsson/puppet-module-nisclient.git" | |
#mod "nsswitch", | |
# :git => "git://github.com/ghoneycutt/puppet-module-nsswitch.git" | |
mod "nsswitch", | |
:git => "[email protected]:/jwennerberg/puppet-module-nsswitch.git", | |
:ref => 'vas_nss_module_names' | |
mod "ntp", | |
:git => "git://github.com/ghoneycutt/puppet-module-ntp.git", | |
:ref => "v2.0.3" | |
mod "nx", | |
:git => "git://github.com/Ericsson/puppet-module-nx.git", | |
:ref => "v1.0.1" | |
mod "pam", | |
:git => "git://github.com/ghoneycutt/puppet-module-pam.git", | |
:ref => 'v2.2.0' | |
mod "passenger", | |
:git => "git://github.com/ghoneycutt/puppetlabs-passenger.git", | |
:ref => "0.0.4/gh_fork" | |
mod "physical", | |
:git => "git://github.com/ghoneycutt/puppet-module-physical.git" | |
mod "postgresql", | |
:git => "git://github.com/ghoneycutt/puppet-postgresql.git", | |
:ref => "2.1.1/gh_fork" | |
mod "puppet", | |
:git => "[email protected]:ghoneycutt/puppet-module-puppet.git", | |
:ref => "v2.1.3" | |
mod "puppetdb", | |
:git => "git://github.com/Ericsson/puppetlabs-puppetdb.git", | |
:ref => "1.6.0" | |
mod "rancid", | |
:git => "git://github.com/ghoneycutt/puppet-rancid.git", | |
:ref => "gh_huge_refactor_with_el6_support" | |
mod "redhat", | |
:git => "git://github.com/ghoneycutt/puppet-module-redhat.git" | |
mod "rpcbind", | |
:git => "git://github.com/ghoneycutt/puppet-module-rpcbind.git" | |
mod "rsyslog", | |
:git => "git://github.com/ghoneycutt/puppet-module-rsyslog.git", | |
:ref => "v0.3.0" | |
mod "selinux", | |
:git => "git://github.com/ghoneycutt/puppet-module-selinux.git" | |
mod "ssh", | |
:git => "git://github.com/ghoneycutt/puppet-module-ssh.git", | |
:ref => "v3.2.0" | |
mod "stdlib", | |
:git => "git://github.com/puppetlabs/puppetlabs-stdlib.git", | |
:ref => "3.2.0" | |
mod "sysklogd", | |
:git => "git://github.com/ghoneycutt/puppet-module-sysklogd.git" | |
mod "utils", | |
:git => "git://github.com/ghoneycutt/puppet-module-utils.git" | |
mod "vas", | |
:git => "[email protected]:/Ericsson/puppet-module-vas.git", | |
:ref => 'v0.2.0' | |
mod "vim", | |
:git => "git://github.com/ghoneycutt/puppet-module-vim.git" | |
mod "virtual", | |
:git => "git://github.com/ghoneycutt/puppet-module-virtual.git" | |
mod "vmware", | |
:git => "git://github.com/ghoneycutt/puppet-module-vmware.git" | |
mod "wget", | |
:git => "git://github.com/ghoneycutt/puppet-wget.git", | |
:ref => "style_fixes" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment