Skip to content

Commit 1b7284d

Browse files
Merge pull request #87 from yo61/fix_undef_variables
Fix variable name typo
2 parents 4b108c2 + 5269a39 commit 1b7284d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/master.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
dbserver => $storeconfigs_dbserver,
191191
dbport => $storeconfigs_dbport,
192192
puppet_service => Service['httpd'],
193-
puppet_confdir => $::puppet::params::puppet_confdir,
193+
puppet_confdir => $::puppet::params::confdir,
194194
puppet_conf => $::puppet::params::puppet_conf,
195195
puppet_master_package => $puppet_master_package,
196196
puppetdb_startup_timeout => $puppetdb_startup_timeout,

0 commit comments

Comments
 (0)