control-repo/Puppetfile
2018-10-24 16:08:26 -04:00

124 lines
3.8 KiB
Ruby

# This is a Puppetfile, which describes a collection of Puppet modules.
# For format and syntax examples, see:
#
# https://docs.puppet.com/pe/latest/cmgmt_puppetfile.html
#
# In addition to the component modules listed here, the 'site' directory
# includes 'role' and 'profile' modules. The 'role' module contains
# Puppet classes that constitute a machine role or business function.
forge "https://forgeapi.puppetlabs.com"
# Forge Modules from Puppet
mod 'puppetlabs-apache', '3.2.0'
mod 'puppetlabs-chocolatey', '2.0.0'
mod 'puppetlabs-mysql', '3.10.0'
mod 'puppetlabs-powershell', '1.0.6'
mod 'puppetlabs-registry', '2.0.2'
mod 'puppetlabs-inifile', '1.6.0'
mod 'puppetlabs-puppetserver_gem', '0.2.0'
mod 'puppetlabs-motd', '1.4.0'
mod 'puppetlabs-java', '2.1.0'
mod 'puppetlabs-stdlib', '4.25.1'
mod 'puppetlabs-puppet_agent', '1.4.1'
mod 'puppetlabs-exec', '0.1.0'
mod 'puppetlabs-resource', '0.1.0'
mod 'puppetlabs-transition', '0.1.1'
mod 'puppetlabs-mysql', '5.1.0'
mod 'puppetlabs-gcc', '0.3.0'
mod 'puppetlabs-bolt_shim', '0.1.1'
mod 'puppetlabs-reboot', '2.0.0'
mod 'puppetlabs-ntp', '7.2.0'
mod 'puppetlabs-tagmail', '2.5.0'
mod 'puppet-iis', '2.0.2'
mod 'puppet-windows_firewall', '2.0.1'
mod 'puppet-windowsfeature', '2.0.0'
mod 'puppet-hiera', '2.1.2'
mod 'puppet-archive', '3.2.0'
mod 'puppet-staging', '3.2.0'
mod 'puppet-nginx', '0.11.0'
mod 'puppet-rabbitmq', '8.2.2'
mod 'puppet-rundeck', '5.0.0'
mod 'puppetlabs-cd4pe', :latest
# Requirements for cd4pe
mod 'puppetlabs-concat', '4.2.1'
mod 'puppetlabs-hocon', '1.0.1'
mod 'puppetlabs-puppet_authorization', '0.4.0'
mod 'puppetlabs-stdlib', '4.25.1'
# Forge Community Modules
mod 'beersy-hiera_lookup', '0.1.0'
mod 'crayfishx-firewalld', '3.1.4'
mod 'reidmv-unzip', '0.1.2'
mod 'stahnma-epel', '1.3.0'
mod 'herculesteam-augeasproviders_core', '2.1.3'
mod 'herculesteam-augeasproviders_ssh', '2.5.0'
mod 'liamjbennett-win_facts', '0.0.2'
mod 'maestrodev-maven', '1.4.0'
mod 'puppetlabs-docker', '1.0.5'
mod 'computology-packagecloud', '0.3.2'
mod 'lboynton-rpmforge', '0.1.3'
mod 'puppetlabs-apt', '2.3.0'
mod 'gildas-homebrew', '0.4.16'
mod 'crayfishx-purge', '1.2.0'
mod 'reidmv-pe_mco_shell_agent', '2.0.0'
mod 'WhatsARanjit-node_manager', '0.4.2'
mod 'maestrodev-wget', '1.7.3'
mod 'stankevich-python', '1.18.2'
mod 'beersy-taskulator', '0.3.0'
mod 'beersy-pe_code_manager_easy_setup'
mod 'lwf-remote_file', '1.1.3'
mod 'darin-zypprepo', '1.0.2'
mod 'camptocamp-systemd', '0.4.0'
mod 'nate-purge_node', '1.1.0'
mod 'sensu-sensu', '2.53.0'
mod 'arioch-redis', '3.1.0'
mod 'yelp-uchiwa', '2.0.0'
mod 'computology-packagecloud', '0.3.2'
mod 'herculesteam-augeasproviders_core', '2.1.4'
mod 'herculesteam-augeasproviders_sysctl', '2.2.0'
mod 'beersy-pe_code_manager_easy_setup', '2.0.0'
mod 'tspy-code_deploy', '1.0.2'
# Module Content from git
mod 'autosign_example',
:git => 'https://github.com/puppetlabs/puppet-vro-autosign_example'
mod 'beersy-win_proxy',
:git => 'https://github.com/maju6406/puppet-win_proxy.git',
:commit => '30b2ac4f33d6f0498ec97a419204ccb943d10115'
mod 'beersy-pql_query',
:git => 'https://github.com/maju6406/pql_query.git',
:branch => 'reporter'
mod 'beersy-exports',
:git => 'https://github.com/maju6406/exports.git',
:branch => 'master'
mod 'beersy-cert_sign',
:git => 'https://github.com/maju6406/cert_sign.git',
:branch => 'master'
mod 'beersy-hiera_lookup',
:git => 'https://github.com/maju6406/hiera_lookup.git',
:branch => 'master'
mod 'tspy-code_deploy',
:git => 'https://github.com/maju6406/puppet-code_deploy.git',
:branch => 'master'
mod 'beersy-hiera_eyaml_setup',
:git => 'https://github.com/maju6406/eyamlamadingdong.git',
:branch => 'master'
mod 'beersy-plan_runner',
:git => 'https://github.com/maju6406/plan_runner.git',
:branch => 'master'