summaryrefslogtreecommitdiff
path: root/manifests/common.pp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-12-30 13:29:23 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-12-30 13:29:23 +0100
commitc00611b3f768cd1da3f238259f22321d9384566d (patch)
tree728e868ad5ffb5c5ed3515b57b01b1f0126f8a6b /manifests/common.pp
parentImprove puppetboard? (diff)
downloadprofiles-c00611b3f768cd1da3f238259f22321d9384566d.tar.gz
profiles-c00611b3f768cd1da3f238259f22321d9384566d.tar.xz
cleanup
Diffstat (limited to 'manifests/common.pp')
-rw-r--r--manifests/common.pp20
1 files changed, 0 insertions, 20 deletions
diff --git a/manifests/common.pp b/manifests/common.pp
index ec7197d..f5a9824 100644
--- a/manifests/common.pp
+++ b/manifests/common.pp
@@ -5,24 +5,4 @@ class profiles::common {
line => "::1\t${::fqdn}\t${facts['name']}",
path => '/etc/hosts',
}
-
- # 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,
- # }
}