We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 187a341 commit 58a5780Copy full SHA for 58a5780
TODO
@@ -1,4 +1,3 @@
1
-* Support CentOS 6 and Arch Linux
+* Support Arch Linux
2
* Add an easy way to specify desired Puppet version
3
* Make hosts file dynamic based on what is defined in Vagrantfile
4
-# Add puppet-lint onto the master
provision/modules/puppet/manifests/server.pp
@@ -47,6 +47,11 @@
47
name => $package_name,
48
}
49
50
+ package { 'puppet-lint':
51
+ ensure => latest,
52
+ provider => gem,
53
+ }
54
+
55
file { 'puppet.conf':
56
path => '/etc/puppet/puppet.conf',
57
owner => 'puppet',
0 commit comments