From a884889967a3b5d7c00caf3b09d46c4796206704 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 30 Dec 2021 13:29:23 +0100 Subject: cleanup --- modules/profiles/manifests/common.pp | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'modules/profiles/manifests/common.pp') diff --git a/modules/profiles/manifests/common.pp b/modules/profiles/manifests/common.pp index ec7197d..f5a9824 100644 --- a/modules/profiles/manifests/common.pp +++ b/modules/profiles/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, - # } } -- cgit v1.2.3