We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b6ab5c commit 8722678Copy full SHA for 8722678
modules/enableit/common/data/common.yaml
@@ -455,3 +455,5 @@ common::software::vncserver::config_defaults:
455
456
common::mail::myhostname: "%{facts.networking.fqdn}"
457
common::mail::mydomain: "%{facts.networking.domain}"
458
+
459
+common::puppet::server: enableit.puppet.obmondo.com
modules/enableit/common/manifests/puppet.pp
@@ -1,7 +1,7 @@
1
# Puppet installation
2
class common::puppet (
3
Eit_types::Version $version,
4
- Stdlib::Host $server = "${::obmondo['customer_id']}.puppet.obmondo.com", #lint:ignore:top_scope_facts
+ Stdlib::Host $server,
5
Stdlib::Port $server_port = 443,
6
Boolean $configure_agent = true,
7
Boolean $setup_agent = true,
0 commit comments