-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPuppetfile
27 lines (21 loc) · 850 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
27
#!/usr/bin/env ruby
#^syntax detection
forge 'https://forgeapi.puppetlabs.com'
# do not forget to update the dependencies at metadata.json on updates here
mod 'puppetlabs-apt', '< 7.1.0'
mod 'puppetlabs-stdlib', '>=4.24.0 <9.0.0'
mod 'puppetlabs-ntp', '>=7.1.0'
mod 'camptocamp-postfix', '>=1.12.0'
mod 'puppetlabs-puppet_agent', '>=4.9.0'
mod 'puppetlabs-lvm', '>=1.0.0'
#mod 'puppet-unattended_upgrades', '>=3.2.0 <=3.2.1'
# can be removed when dependency is > 7.0.1 : https://github.com/voxpupuli/puppet-unattended_upgrades/
mod 'puppet-unattended_upgrades',
:git => 'https://github.com/vico-research-and-consulting/puppet-unattended_upgrades.git'
mod 'ghoneycutt-ssh', '>=3.56.1'
#mod 'test_repo',
# :git => '[email protected]/foobar_foo.git'
#
# Für Testzwecke
#mod 'my_local_module',
# :path => '/usr/puppet/base/module/my_local_module'