From e270bed030c4c8e5a0ccaa29b006a5ecb8231e7f Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Tue, 7 Mar 2017 11:43:00 +0000 Subject: sshd template, rename hiera key This means we can remove the special BannerText hiera reference in the puppet-tripleo profile Change-Id: Id4c8b853fa0e9bcdffe2cf7cd1554a9be7451b25 --- puppet/services/sshd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'puppet/services/sshd.yaml') diff --git a/puppet/services/sshd.yaml b/puppet/services/sshd.yaml index 41e144a0..12998c33 100644 --- a/puppet/services/sshd.yaml +++ b/puppet/services/sshd.yaml @@ -29,6 +29,6 @@ outputs: value: service_name: sshd config_settings: - BannerText: {get_param: BannerText} + tripleo::profile::base::sshd::bannertext: {get_param: BannerText} step_config: | include ::tripleo::profile::base::sshd -- cgit 1.2.3-korg