Skip to content

Commit fea4edb

Browse files
author
Tim Meusel
committed
# This is a combination of 2 commits.
# The first commit's message is: added manage_webserver param # The 2nd commit message will be skipped: # trying to remove service[http] deps
1 parent 32f1ce2 commit fea4edb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

manifests/master.pp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,12 @@
8484
$puppetdb_strict_validation = $::puppet::params::puppetdb_strict_validation,
8585
$dns_alt_names = ['puppet'],
8686
$digest_algorithm = $::puppet::params::digest_algorithm,
87+
<<<<<<< HEAD
8788
$webserver = 'httpd',
89+
$manage_webserver = false,
90+
=======
91+
$manage_webserver = undef,
92+
>>>>>>> trying to remove service[http] deps
8893
) inherits puppet::params {
8994

9095
anchor { 'puppet::master::begin': }

0 commit comments

Comments
 (0)