-
Notifications
You must be signed in to change notification settings - Fork 0
/
Puppetfile
26 lines (23 loc) · 910 Bytes
/
Puppetfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
forge "http://forge.puppetlabs.com"
# Modules from the Puppet Forge
# Versions should be updated to be the latest at the time you start
#mod "puppetlabs/inifile", '1.5.0'
mod 'puppetlabs-stdlib', '4.14.0'
#mod "puppetlabs/concat", '2.1.0'
mod 'puppetlabs-windows', '3.0.0'
mod 'puppetlabs-registry', '1.1.3'
mod 'puppetlabs-motd', '1.4.0'
mod 'ncorrare-windowstime', '0.4.3'
mod 'puppetlabs-ntp', '6.0.0'
mod 'puppetlabs-powershell', '2.1.0'
#mod 'puppetlabs-chocolatey', '2.0.1'
mod 'puppetlabs-dism', '1.2.0'
mod 'dwerder-graphite', '6.0.4'
# Modules from Git
# Examples: https://github.com/puppetlabs/r10k/blob/master/doc/puppetfile.mkd#examples
#mod 'apache',
# :git => 'https://github.com/puppetlabs/puppetlabs-apache',
# :commit => '83401079053dca11d61945bd9beef9ecf7576cbf'
#mod 'apache',
# :git => 'https://github.com/puppetlabs/puppetlabs-apache',
# :branch => 'docs_experiment'