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
|
@ -2,6 +2,8 @@
|
||||||
# Install and configure Puppet client.
|
# Install and configure Puppet client.
|
||||||
#
|
#
|
||||||
class puppet::client {
|
class puppet::client {
|
||||||
|
|
||||||
|
tag("bootstrap")
|
||||||
|
|
||||||
case $operatingsystem {
|
case $operatingsystem {
|
||||||
openbsd: { $vardir = "/var/puppet" }
|
openbsd: { $vardir = "/var/puppet" }
|
||||||
|
|
Loading…
Add table
Reference in a new issue