summaryrefslogtreecommitdiff
path: root/modules/profiles/manifests/common.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/profiles/manifests/common.pp')
-rw-r--r--modules/profiles/manifests/common.pp32
1 files changed, 16 insertions, 16 deletions
diff --git a/modules/profiles/manifests/common.pp b/modules/profiles/manifests/common.pp
index 73c4bd1..ec7197d 100644
--- a/modules/profiles/manifests/common.pp
+++ b/modules/profiles/manifests/common.pp
@@ -9,20 +9,20 @@ class profiles::common {
# extlib__puppet_config contains our current settings.
# This saves whatever was passed in the --server flag
# to disk
- ini_setting { 'Puppet Server':
- ensure => present,
- path => '/etc/puppetlabs/puppet/puppet.conf',
- section => 'main',
- setting => 'server',
- indent_char => ' ',
- indent_width => 4,
- value => $facts['extlib__puppet_config']['main']['server'],
- }
-
- # Manage puppet manually, instead of through theforeman/puppet,
- # since they haven't bothered to document their module.
- service { 'puppet':
- ensure => running,
- enable => true,
- }
+ # ini_setting { 'Puppet Server':
+ # ensure => present,
+ # path => '/etc/puppetlabs/puppet/puppet.conf',
+ # section => 'main',
+ # setting => 'server',
+ # indent_char => ' ',
+ # indent_width => 4,
+ # value => $facts['extlib__puppet_config']['main']['server'],
+ # }
+ #
+ # # Manage puppet manually, instead of through theforeman/puppet,
+ # # since they haven't bothered to document their module.
+ # service { 'puppet':
+ # ensure => running,
+ # enable => true,
+ # }
}