/
etc
/
cloud
/
templates
/
/etc/cloud/templates
mkdir
upload
Name
Size
Mode
Actions
chef_client.rb.tmpl
1667
0644
edit
dl
rm
chrony.conf.alpine.tmpl
1113
0644
edit
dl
rm
chrony.conf.centos.tmpl
1181
0644
edit
dl
rm
chrony.conf.cos.tmpl
775
0644
edit
dl
rm
chrony.conf.debian.tmpl
1111
0644
edit
dl
rm
chrony.conf.fedora.tmpl
1269
0644
edit
dl
rm
chrony.conf.freebsd.tmpl
14216
0644
edit
dl
rm
chrony.conf.opensuse-leap.tmpl
991
0644
edit
dl
rm
chrony.conf.opensuse-microos.tmpl
991
0644
edit
dl
rm
chrony.conf.opensuse-tumbleweed.tmpl
991
0644
edit
dl
rm
chrony.conf.opensuse.tmpl
991
0644
edit
dl
rm
chrony.conf.photon.tmpl
1269
0644
edit
dl
rm
chrony.conf.rhel.tmpl
1181
0644
edit
dl
rm
chrony.conf.sle-micro.tmpl
991
0644
edit
dl
rm
chrony.conf.sles.tmpl
991
0644
edit
dl
rm
chrony.conf.sle_hpc.tmpl
991
0644
edit
dl
rm
chrony.conf.ubuntu.tmpl
1280
0644
edit
dl
rm
host.mariner.tmpl
898
0644
edit
dl
rm
hosts.alpine.tmpl
919
0644
edit
dl
rm
hosts.arch.tmpl
841
0644
edit
dl
rm
hosts.debian.tmpl
845
0644
edit
dl
rm
hosts.freebsd.tmpl
911
0644
edit
dl
rm
hosts.gentoo.tmpl
910
0644
edit
dl
rm
hosts.photon.tmpl
874
0644
edit
dl
rm
hosts.redhat.tmpl
912
0644
edit
dl
rm
hosts.suse.tmpl
1067
0644
edit
dl
rm
ntp.conf.alpine.tmpl
203
0644
edit
dl
rm
ntp.conf.debian.tmpl
2150
0644
edit
dl
rm
ntp.conf.fedora.tmpl
2074
0644
edit
dl
rm
ntp.conf.freebsd.tmpl
4159
0644
edit
dl
rm
ntp.conf.opensuse.tmpl
2755
0644
edit
dl
rm
ntp.conf.photon.tmpl
1850
0644
edit
dl
rm
ntp.conf.rhel.tmpl
1852
0644
edit
dl
rm
ntp.conf.sles.tmpl
2755
0644
edit
dl
rm
ntp.conf.ubuntu.tmpl
2509
0644
edit
dl
rm
ntpd.conf.openbsd.tmpl
491
0644
edit
dl
rm
resolv.conf.tmpl
921
0644
edit
dl
rm
sources.list.debian.tmpl
1439
0644
edit
dl
rm
sources.list.ubuntu.tmpl
2858
0644
edit
dl
rm
systemd.resolved.conf.tmpl
504
0644
edit
dl
rm
timesyncd.conf.tmpl
203
0644
edit
dl
rm
Edit:
/etc/cloud/templates/chef_client.rb.tmpl
(1667B)
## template:jinja {# This file is only utilized if the module 'cc_chef' is enabled in cloud-config. Specifically, in order to enable it you need to add the following to config: chef: validation_key: XYZ validation_cert: XYZ validation_name: XYZ server_url: XYZ -#} {{generated_by}} {# The reason these are not in quotes is because they are ruby symbols that will be placed inside here, and not actual strings... #} {% if chef_license %} chef_license "{{chef_license}}" {% endif%} {% if log_level %} log_level {{log_level}} {% endif %} {% if ssl_verify_mode %} ssl_verify_mode {{ssl_verify_mode}} {% endif %} {% if log_location %} log_location "{{log_location}}" {% endif %} {% if validation_name %} validation_client_name "{{validation_name}}" {% endif %} {% if validation_cert %} validation_key "{{validation_key}}" {% endif %} {% if client_key %} client_key "{{client_key}}" {% endif %} {% if server_url %} chef_server_url "{{server_url}}" {% endif %} {% if environment %} environment "{{environment}}" {% endif %} {% if node_name %} node_name "{{node_name}}" {% endif %} {% if json_attribs %} json_attribs "{{json_attribs}}" {% endif %} {% if file_cache_path %} file_cache_path "{{file_cache_path}}" {% endif %} {% if file_backup_path %} file_backup_path "{{file_backup_path}}" {% endif %} {% if pid_file %} pid_file "{{pid_file}}" {% endif %} {% if show_time %} Chef::Log::Formatter.show_time = true {% endif %} {% if encrypted_data_bag_secret %} encrypted_data_bag_secret "{{encrypted_data_bag_secret}}" {% endif %}
Save
cmd:
run