make environment timeout setting refresh the puppet master service

This commit is contained in:
Nick Walker 2015-10-26 16:32:24 -07:00
parent 4598483d0f
commit 8fe670beb0

View File

@ -63,6 +63,7 @@ class profile::puppetmaster {
section => 'main', section => 'main',
setting => 'environment_timeout', setting => 'environment_timeout',
value => 'unlimited', value => 'unlimited',
notify => Service['pe-puppetserver'],
} }
} }