Made puppet agent ignore site manifest
Fixes warnings about storeconfigs on master.
This commit is contained in:
parent
f28d86d4ce
commit
a7e0b385dc
1 changed files with 4 additions and 0 deletions
|
@ -41,6 +41,10 @@
|
|||
|
||||
<% if puppetversion[/\d+/].to_i >= 2 -%>
|
||||
[agent]
|
||||
# Ignore site manifest when run as agent. Fixes warnings about
|
||||
# storeconfigs on master.
|
||||
manifest = /dev/null
|
||||
|
||||
<% else -%>
|
||||
[puppetd]
|
||||
<% end -%>
|
||||
|
|
Loading…
Add table
Reference in a new issue