puppet: Fix bootstrap imports
This commit is contained in:
parent
58b1817263
commit
1396b58024
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ mkdir -p /etc/puppet/manifests/node
|
||||||
|
|
||||||
if [ ! -s /etc/puppet/manifests/site.pp ]; then
|
if [ ! -s /etc/puppet/manifests/site.pp ]; then
|
||||||
cat > /etc/puppet/manifests/site.pp << EOF
|
cat > /etc/puppet/manifests/site.pp << EOF
|
||||||
import "/srv/puppet/files/common/packages/manifests/*.pp"
|
#import "/srv/puppet/files/common/packages/manifests/*.pp"
|
||||||
import "node/*.pp"
|
import "node/*.pp"
|
||||||
|
|
||||||
\$puppet_server = "${FQDN}"
|
\$puppet_server = "${FQDN}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue