diff options
author | Emilien Macchi <emilien@redhat.com> | 2017-01-18 13:55:04 -0500 |
---|---|---|
committer | Emilien Macchi <emilien@redhat.com> | 2017-01-19 12:21:45 +0000 |
commit | 550dde6370b17d60bb5d615b1f95671195275889 (patch) | |
tree | 57d125ed50fd4f3783d54b262701c7002dd7c2c8 /puppet/services/time | |
parent | ab66969ad181ac2c1451ceec21e83fa02a35d6a1 (diff) |
Deploy NTP with puppet-tripleo profile
Deploy NTP by using puppet-tripleo profile, so we can re-use the bits on
the undercloud.
Depends-On: If3cf7d9690001b051465ea25cf8a8c3bc6f7c33a
Change-Id: I8c13fbc9267ff28065f0de97424a4eac78c370fb
Diffstat (limited to 'puppet/services/time')
-rw-r--r-- | puppet/services/time/ntp.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/time/ntp.yaml b/puppet/services/time/ntp.yaml index 7c3a19a9..88ab90cb 100644 --- a/puppet/services/time/ntp.yaml +++ b/puppet/services/time/ntp.yaml @@ -38,4 +38,4 @@ outputs: dport: 123 proto: udp step_config: | - include ::ntp + include ::tripleo::profile::base::time::ntp |