remove templatdir
This commit is contained in:
9
manifests/common.pp
Normal file
9
manifests/common.pp
Normal file
@@ -0,0 +1,9 @@
|
||||
class puppet::common {
|
||||
ini_setting { 'puppet-templatedir':
|
||||
path => '/etc/puppet/puppet.conf',
|
||||
section => 'main',
|
||||
setting => 'templatedir',
|
||||
value => '$confidr/templates',
|
||||
ensure => 'absent';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user