Skip to content

Commit 77e5bdb

Browse files
committed
Remove unused variables in params.pp
1 parent 885677c commit 77e5bdb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

manifests/params.pp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -218,11 +218,6 @@
218218
$server_http = false
219219
$server_http_port = 8139
220220

221-
# Need a new master template for the server?
222-
$server_template = 'puppet/server/puppet.conf.erb'
223-
# Template for server settings in [main]
224-
$server_main_template = 'puppet/server/puppet.conf.main.erb'
225-
226221
# Set 'false' for static environments, or 'true' for git-based workflow
227222
$server_git_repo = false
228223
# Git branch to puppet env mapping for the post receive hook

0 commit comments

Comments
 (0)