diff options
Diffstat (limited to 'puppet/services/time')
-rw-r--r-- | puppet/services/time/ntp.yaml | 3 | ||||
-rw-r--r-- | puppet/services/time/timezone.yaml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/puppet/services/time/ntp.yaml b/puppet/services/time/ntp.yaml index bea99b1b..7aa3706f 100644 --- a/puppet/services/time/ntp.yaml +++ b/puppet/services/time/ntp.yaml @@ -13,6 +13,9 @@ parameters: via parameter_defaults in the resource registry. This mapping overrides those in ServiceNetMapDefaults. type: json + DefaultPasswords: + default: {} + type: json EndpointMap: default: {} description: Mapping of service endpoint -> protocol. Typically set diff --git a/puppet/services/time/timezone.yaml b/puppet/services/time/timezone.yaml index 348f6ace..384b5191 100644 --- a/puppet/services/time/timezone.yaml +++ b/puppet/services/time/timezone.yaml @@ -10,6 +10,9 @@ parameters: via parameter_defaults in the resource registry. This mapping overrides those in ServiceNetMapDefaults. type: json + DefaultPasswords: + default: {} + type: json EndpointMap: default: {} description: Mapping of service endpoint -> protocol. Typically set |