Added bootstrap tag to puppet client class to allow kickstart to configure puppet during os install.
This commit is contained in:
parent
ffee877701
commit
ea092330f9
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
#
|
||||
class puppet::client {
|
||||
|
||||
tag("bootstrap")
|
||||
|
||||
case $operatingsystem {
|
||||
openbsd: { $vardir = "/var/puppet" }
|
||||
default: { $vardir = "/var/lib/puppet" }
|
||||
|
|
Loading…
Add table
Reference in a new issue