diff options
Diffstat (limited to 'meta-openstack/recipes-support/puppet/puppet_3.7.3.bb')
| -rw-r--r-- | meta-openstack/recipes-support/puppet/puppet_3.7.3.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-openstack/recipes-support/puppet/puppet_3.7.3.bb b/meta-openstack/recipes-support/puppet/puppet_3.7.3.bb index 22376cf..f201a7b 100644 --- a/meta-openstack/recipes-support/puppet/puppet_3.7.3.bb +++ b/meta-openstack/recipes-support/puppet/puppet_3.7.3.bb | |||
| @@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=f257790c70561550fd666c6e0044fd89" | |||
| 6 | SRC_URI = " \ | 6 | SRC_URI = " \ |
| 7 | https://downloads.puppetlabs.com/puppet/puppet-${PV}.tar.gz \ | 7 | https://downloads.puppetlabs.com/puppet/puppet-${PV}.tar.gz \ |
| 8 | file://add_puppet_gemspec.patch \ | 8 | file://add_puppet_gemspec.patch \ |
| 9 | file://puppet.conf \ | ||
| 9 | " | 10 | " |
| 10 | SRC_URI[md5sum] = "cc294da1d51df07bcc7f6cf78bd90ce0" | 11 | SRC_URI[md5sum] = "cc294da1d51df07bcc7f6cf78bd90ce0" |
| 11 | SRC_URI[sha256sum] = "4a3bd7ddb51072c3dd898a8de158cde204a2d8fd0b84e8ac806b84c074348637" | 12 | SRC_URI[sha256sum] = "4a3bd7ddb51072c3dd898a8de158cde204a2d8fd0b84e8ac806b84c074348637" |
| @@ -34,4 +35,5 @@ do_install_append() { | |||
| 34 | install -m 655 ${S}/conf/auth.conf ${D}${sysconfdir}/puppet/ | 35 | install -m 655 ${S}/conf/auth.conf ${D}${sysconfdir}/puppet/ |
| 35 | install -m 655 ${S}/conf/fileserver.conf ${D}${sysconfdir}/puppet/ | 36 | install -m 655 ${S}/conf/fileserver.conf ${D}${sysconfdir}/puppet/ |
| 36 | install -m 655 ${S}/conf/tagmail.conf ${D}${sysconfdir}/puppet/ | 37 | install -m 655 ${S}/conf/tagmail.conf ${D}${sysconfdir}/puppet/ |
| 38 | install -m 655 ${WORKDIR}/puppet.conf ${D}${sysconfdir}/puppet/ | ||
| 37 | } | 39 | } |
