troubleshooting new kvm vm
This commit is contained in:
parent
f13b7163f1
commit
4ab5aa43ee
2 changed files with 7 additions and 0 deletions
|
@ -25,6 +25,7 @@ kvmfe-fre-3.komreg.net:
|
||||||
vms:
|
vms:
|
||||||
fe-fre-3.komreg.net:
|
fe-fre-3.komreg.net:
|
||||||
mac: '52:54:20:01:00:01'
|
mac: '52:54:20:01:00:01'
|
||||||
|
bridge: 'br-fe'
|
||||||
description: 'eid fre frontend'
|
description: 'eid fre frontend'
|
||||||
cpus: '4'
|
cpus: '4'
|
||||||
memory: '4096'
|
memory: '4096'
|
||||||
|
|
|
@ -12,6 +12,12 @@ basemodulepath = /etc/puppet/modules:/etc/puppet/cosmos-modules:/usr/share/puppe
|
||||||
parser = future
|
parser = future
|
||||||
disable_warnings = deprecations
|
disable_warnings = deprecations
|
||||||
|
|
||||||
|
# Recommended New Features settings from
|
||||||
|
# https://docs.puppet.com/puppet/3.8/config_important_settings.html#recommended-and-safe
|
||||||
|
stringify_facts = false
|
||||||
|
trusted_node_data = true
|
||||||
|
ordering = manifest
|
||||||
|
|
||||||
[master]
|
[master]
|
||||||
# These are needed when the puppetmaster is run by passenger
|
# These are needed when the puppetmaster is run by passenger
|
||||||
# and can safely be removed if webrick is used.
|
# and can safely be removed if webrick is used.
|
||||||
|
|
Loading…
Add table
Reference in a new issue