summaryrefslogtreecommitdiffstats
path: root/recipes-support/puppet/puppet_5.4.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-support/puppet/puppet_5.4.0.bb')
-rw-r--r--recipes-support/puppet/puppet_5.4.0.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-support/puppet/puppet_5.4.0.bb b/recipes-support/puppet/puppet_5.4.0.bb
index 54574e4..c207e40 100644
--- a/recipes-support/puppet/puppet_5.4.0.bb
+++ b/recipes-support/puppet/puppet_5.4.0.bb
@@ -20,7 +20,7 @@ DEPENDS += " \
20 facter \ 20 facter \
21" 21"
22 22
23RDEPENDS_${PN} += " \ 23RDEPENDS:${PN} += " \
24 ruby \ 24 ruby \
25 facter \ 25 facter \
26 ruby-shadow \ 26 ruby-shadow \
@@ -34,9 +34,9 @@ INITSCRIPT_PARAMS = "start 02 5 3 2 . stop 20 0 1 6 ."
34 34
35SYSTEMD_AUTO_ENABLE = "enable" 35SYSTEMD_AUTO_ENABLE = "enable"
36SYSTEMD_PACKAGES = "${PN}" 36SYSTEMD_PACKAGES = "${PN}"
37SYSTEMD_SERVICE_${PN} = "${BPN}.service" 37SYSTEMD_SERVICE:${PN} = "${BPN}.service"
38 38
39do_install_append() { 39do_install:append() {
40 install -d ${D}${sysconfdir}/puppet 40 install -d ${D}${sysconfdir}/puppet
41 install -d ${D}${sysconfdir}/puppet/manifests 41 install -d ${D}${sysconfdir}/puppet/manifests
42 install -d ${D}${sysconfdir}/puppet/modules 42 install -d ${D}${sysconfdir}/puppet/modules