/snap/core18/2999/etc/cloud/templates
NameSizeModeActions
chef_client.rb.tmpl16670644editdlrm
chrony.conf.alpine.tmpl11130644editdlrm
chrony.conf.centos.tmpl11810644editdlrm
chrony.conf.cos.tmpl7750644editdlrm
chrony.conf.debian.tmpl11110644editdlrm
chrony.conf.fedora.tmpl12690644editdlrm
chrony.conf.freebsd.tmpl142160644editdlrm
chrony.conf.opensuse-leap.tmpl9910644editdlrm
chrony.conf.opensuse-microos.tmpl9910644editdlrm
chrony.conf.opensuse-tumbleweed.tmpl9910644editdlrm
chrony.conf.opensuse.tmpl9910644editdlrm
chrony.conf.photon.tmpl12690644editdlrm
chrony.conf.rhel.tmpl11810644editdlrm
chrony.conf.sle-micro.tmpl9910644editdlrm
chrony.conf.sles.tmpl9910644editdlrm
chrony.conf.sle_hpc.tmpl9910644editdlrm
chrony.conf.ubuntu.tmpl12800644editdlrm
host.mariner.tmpl8980644editdlrm
hosts.alpine.tmpl9190644editdlrm
hosts.arch.tmpl8410644editdlrm
hosts.debian.tmpl8450644editdlrm
hosts.freebsd.tmpl9110644editdlrm
hosts.gentoo.tmpl9100644editdlrm
hosts.photon.tmpl8740644editdlrm
hosts.redhat.tmpl9120644editdlrm
hosts.suse.tmpl10670644editdlrm
ntp.conf.alpine.tmpl2030644editdlrm
ntp.conf.debian.tmpl21500644editdlrm
ntp.conf.fedora.tmpl20740644editdlrm
ntp.conf.freebsd.tmpl41590644editdlrm
ntp.conf.opensuse.tmpl27550644editdlrm
ntp.conf.photon.tmpl18500644editdlrm
ntp.conf.rhel.tmpl18520644editdlrm
ntp.conf.sles.tmpl27550644editdlrm
ntp.conf.ubuntu.tmpl25090644editdlrm
ntpd.conf.openbsd.tmpl4910644editdlrm
resolv.conf.tmpl9210644editdlrm
sources.list.debian.tmpl14390644editdlrm
sources.list.ubuntu.tmpl28580644editdlrm
systemd.resolved.conf.tmpl5040644editdlrm
timesyncd.conf.tmpl2030644editdlrm
Edit: /snap/core18/2999/etc/cloud/templates/ntp.conf.photon.tmpl (1850B)
## template:jinja # For more information about this file, see the man pages # ntp.conf(5), ntp_acc(5), ntp_auth(5), ntp_clock(5), ntp_misc(5), ntp_mon(5). driftfile /var/lib/ntp/drift # Permit time synchronization with our time source, but do not # permit the source to query or modify the service on this system. restrict default kod nomodify notrap nopeer noquery restrict -6 default kod nomodify notrap nopeer noquery # Permit all access over the loopback interface. This could # be tightened as well, but to do so would effect some of # the administrative functions. restrict 127.0.0.1 restrict -6 ::1 # Hosts on local network are less restricted. #restrict 192.168.1.0 mask 255.255.255.0 nomodify notrap # Use public servers from the pool.ntp.org project. # Please consider joining the pool (http://www.pool.ntp.org/join.html). {% if pools %}# pools {% endif %} {% for pool in pools -%} pool {{pool}} iburst {% endfor %} {%- if servers %}# servers {% endif %} {% for server in servers -%} server {{server}} iburst {% endfor %} #broadcast 192.168.1.255 autokey # broadcast server #broadcastclient # broadcast client #broadcast 224.0.1.1 autokey # multicast server #multicastclient 224.0.1.1 # multicast client #manycastserver 239.255.254.254 # manycast server #manycastclient 239.255.254.254 autokey # manycast client # Enable public key cryptography. #crypto includefile /etc/ntp/crypto/pw # Key file containing the keys and key identifiers used when operating # with symmetric key cryptography. keys /etc/ntp/keys # Specify the key identifiers which are trusted. #trustedkey 4 8 42 # Specify the key identifier to use with the ntpdc utility. #requestkey 8 # Specify the key identifier to use with the ntpq utility. #controlkey 8 # Enable writing of statistics records. #statistics clockstats cryptostats loopstats peerstats