We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 481d9d2 commit 400132fCopy full SHA for 400132f
plans/subplans/install.pp
@@ -333,7 +333,7 @@
333
]
334
335
wait($csr_yaml_jobs)
336
-
+/*
337
# Get the master installation up and running. The installer will "fail"
338
# because PuppetDB can't start, if primary_postgresql_target is set. That's
339
# expected, and handled by the task's install_extra_large parameter.
@@ -448,7 +448,7 @@
448
path => '/etc/puppetlabs/enterprise/conf.d/pe.conf',
449
content => stdlib::to_json_pretty($pe_conf.parsejson() - $puppetdb_database_temp_config),
450
)
451
- }
+ } */
452
453
return("Installation of Puppet Enterprise ${arch['architecture']} succeeded.")
454
}
0 commit comments