Sha256: ed61f99db678983d198b42aa0bf85717b98535d3e39b2cf5ca7964bc902144a9
Contents?: true
Size: 625 Bytes
Versions: 33
Compression:
Stored size: 625 Bytes
Contents
# Agent answers for 2015.x # Cobbled together from split install examples. q_install=y q_vendor_packages_install=y q_puppet_symlinks_install=y q_verify_packages=y # Disable all infrastructure components q_all_in_one_install=n q_puppetmaster_install=n q_puppetdb_install=n q_puppet_enterpriseconsole_install=n # Configure agent installation q_puppetagent_install=y q_puppetagent_certname=<%= machine_hostname %> q_puppetagent_server=<%= @config.master %> q_puppetdb_hostname=<%= @config.master %> q_database_host=<%= @config.master %> q_database_port=5432 q_skip_master_verification=n q_fail_on_unsuccessful_master_lookup=y
Version data entries
33 entries across 33 versions & 1 rubygems