diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-01-19 20:08:09 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-01-19 20:08:09 +0000 |
commit | ba1e239feaf0543c796bb89d169ac8bcc6d8d615 (patch) | |
tree | 3b4addab75cdb7b889654abca65fc5e7ac8ab898 /puppet | |
parent | b2aca9cb9f863ac5f97b93b23034a0657d6112ec (diff) | |
parent | 550dde6370b17d60bb5d615b1f95671195275889 (diff) |
Merge "Deploy NTP with puppet-tripleo profile"
Diffstat (limited to 'puppet')
-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 |