Skip to content

Commit b722632

Browse files
committed
Remove unused variables in params.pp
1 parent 7736608 commit b722632

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
@@ -225,11 +225,6 @@
225225
$server_http = false
226226
$server_http_port = 8139
227227

228-
# Need a new master template for the server?
229-
$server_template = 'puppet/server/puppet.conf.erb'
230-
# Template for server settings in [main]
231-
$server_main_template = 'puppet/server/puppet.conf.main.erb'
232-
233228
# Set 'false' for static environments, or 'true' for git-based workflow
234229
$server_git_repo = false
235230
# Git branch to puppet env mapping for the post receive hook

0 commit comments

Comments
 (0)