control-repo/Puppetfile
2018-08-23 22:46:48 -07:00

61 lines
1.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"
mod 'beersy-pe_code_manager_easy_setup', '2.0.0'
mod 'tspy-code_deploy', '1.0.2'
mod 'puppetlabs-exec', '0.2.0'
# google
mod 'google-gauth', '0.2.1'
mod 'google-giam', '0.1.1'
mod 'google-gresourcemanager', '0.1.1'
mod 'google-gstorage', '0.2.1'
mod 'google-gdns', '0.1.1'
mod 'google-cloud', '0.3.0'
mod 'google-gsql', '0.3.0'
mod 'google-gcompute', '0.2.1'
mod 'google-gcontainer', '0.2.0'
mod 'google-gpubsub', '0.1.0'
mod 'google-glogging', '0.1.1'
mod 'google-gspanner', '0.1.0'
# Forge Modules from Puppet
mod 'puppetlabs-apache', '1.10.0'
mod 'puppetlabs-chocolatey', '2.0.0'
mod 'puppetlabs-mysql', '3.10.0'
mod 'puppetlabs-stdlib', '4.12.0'
mod 'puppetlabs-concat', '2.2.0'
mod 'puppetlabs-powershell', '1.0.6'
mod 'puppetlabs-registry', '1.1.3'
mod 'puppetlabs-inifile', '1.6.0'
mod 'puppetlabs-puppetserver_gem', '0.2.0'
# Forge Community Modules
mod 'crayfishx-firewalld', '3.1.4'
mod 'puppet-iis', '2.0.2'
mod 'puppet-staging', '2.0.1'
mod 'puppet-windows_firewall', '1.0.3'
mod 'puppet-windowsfeature', '2.0.0'
mod 'puppet/hiera', '2.1.2'
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'
# Module Content from git
mod 'autosign_example',
:git => 'https://github.com/puppetlabs/puppet-vro-autosign_example'