Sha256: b0d8f9e7f755fbb39bc45f100f2d625800e790ace07b28a85c5d360078569f31
Contents?: true
Size: 524 Bytes
Versions: 7
Compression:
Stored size: 524 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_skip_master_verification=n q_fail_on_unsuccessful_master_lookup=y
Version data entries
7 entries across 7 versions & 1 rubygems