Skip to content

Commit 58a5780

Browse files
committed
Ensure puppet-lint is installed on the master
1 parent 187a341 commit 58a5780

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

TODO

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
* Support CentOS 6 and Arch Linux
1+
* Support Arch Linux
22
* Add an easy way to specify desired Puppet version
33
* Make hosts file dynamic based on what is defined in Vagrantfile
4-
# Add puppet-lint onto the master

provision/modules/puppet/manifests/server.pp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@
4747
name => $package_name,
4848
}
4949

50+
package { 'puppet-lint':
51+
ensure => latest,
52+
provider => gem,
53+
}
54+
5055
file { 'puppet.conf':
5156
path => '/etc/puppet/puppet.conf',
5257
owner => 'puppet',

0 commit comments

Comments
 (0)