Is it possible to get compile master, master of master and code manager (file sync) working in the open source versions?
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/CAF-bMBeJ8%3DJ3tP7uBP4C3sugoEr6hdhugHmkzHUN_g5oFTkvxQ%40mail.gmail.com.
/etc/puppetlabs/puppetserver/bootstrap.cfg and follow the comment's instruction on disabling the CA service/etc/puppetlabs/puppetserver/conf.d/webserver.conf per https://docs.puppet.com/puppetserver/2.2/external_ca_configuration.htmlstoreconfigs = true storeconfigs_backend = puppetdb reports = puppetdb
# Puppet masters send reports to puppetdb server
if $::hostname =~ /(camaster|master1|master2|master3)/ {
class { 'puppetdb::master::config':
puppetdb_server => 'puppetdbserver.example.com',
}
}
# This is the puppetdb server
if $::hostname == 'puppetdbserver' {
class { 'puppetdb':
listen_address => '0.0.0.0',
open_listen_port => true,
open_ssl_listen_port => true,
java_args => { '-Xmx' => '2g', },
}
}--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/592c18b2-b20a-44a2-90c8-86365a1ee542%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/592c18b2-b20a-44a2-90c8-86365a1ee542%40googlegroups.com.
--Geoff Galitz, Systems EngineerShutterstock GmbHGreifswalder Strasse 212Aufgang F, 2 Hof10405 Berlin
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/CABiayTDeRB93btfVjf01VLoVLtmDpRHz8KpQJgwd82nMmrNnxw%40mail.gmail.com.