remove templatdir

This commit is contained in:
2015-05-13 13:26:20 +02:00
parent 52e40ff06a
commit 359a89d882
4 changed files with 16 additions and 11 deletions

9
manifests/common.pp Normal file
View 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';
}
}