All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] puppet: add recipe for puppet 4.10.9
@ 2017-11-27 10:35 Pablo Saavedra
  2017-11-27 11:05 ` Burton, Ross
  2017-11-27 18:04 ` Khem Raj
  0 siblings, 2 replies; 4+ messages in thread
From: Pablo Saavedra @ 2017-11-27 10:35 UTC (permalink / raw)
  To: openembedded-core; +Cc: Pablo Saavedra

Added Yocto recipe for Puppet 4.10.9

Signed-off-by: Pablo Saavedra <psaavedra@igalia.com>
---
 recipes-support/puppet/puppet_4.10.9.bb | 41 +++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)
 create mode 100644 recipes-support/puppet/puppet_4.10.9.bb

diff --git a/recipes-support/puppet/puppet_4.10.9.bb b/recipes-support/puppet/puppet_4.10.9.bb
new file mode 100644
index 0000000..a335546
--- /dev/null
+++ b/recipes-support/puppet/puppet_4.10.9.bb
@@ -0,0 +1,41 @@
+SUMMARY = "Open source Puppet is a configuration management system"
+HOMEPAGE = "https://puppetlabs.com/puppet/puppet-open-source"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=7c9045ec00cc0d6b6e0e09ee811da4a0"
+
+SRC_URI = " \
+    https://downloads.puppetlabs.com/puppet/puppet-${PV}.tar.gz \
+    file://add_puppet_gemspec.patch \
+    file://puppet.conf \
+"
+SRC_URI[md5sum] = "8af3c2fec5dc4683d80aab4efc1614c6"
+SRC_URI[sha256sum] = "e667bd825e54bbc38c30534c25adc441ed638fc484fe0abe278f0335770cd161"
+
+inherit ruby
+
+DEPENDS += " \
+        ruby \
+        facter \
+        hiera \
+"
+
+RDEPENDS_${PN} += " \
+        ruby \
+        facter \
+        hiera \
+        ruby-shadow \
+        bash \
+"
+
+RUBY_INSTALL_GEMS = "puppet-${PV}.gem"
+
+do_install_append() {
+    install -d ${D}${sysconfdir}/puppet
+    install -d ${D}${sysconfdir}/puppet/manifests
+    install -d ${D}${sysconfdir}/puppet/modules
+
+    install -m 655 ${S}/conf/auth.conf ${D}${sysconfdir}/puppet/
+    install -m 655 ${S}/conf/fileserver.conf ${D}${sysconfdir}/puppet/
+    install -m 655 ${S}/conf/environment.conf ${D}${sysconfdir}/puppet/
+    install -m 655 ${WORKDIR}/puppet.conf ${D}${sysconfdir}/puppet/
+}
-- 
2.11.0



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] puppet: add recipe for puppet 4.10.9
  2017-11-27 10:35 [PATCH] puppet: add recipe for puppet 4.10.9 Pablo Saavedra
@ 2017-11-27 11:05 ` Burton, Ross
  2017-11-27 18:04 ` Khem Raj
  1 sibling, 0 replies; 4+ messages in thread
From: Burton, Ross @ 2017-11-27 11:05 UTC (permalink / raw)
  To: Pablo Saavedra; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 2321 bytes --]

A puppet recipe is great, but it doesn't belong in oe-core.  Maybe one of
the layers in meta-openembedded would be better.

Ross

On 27 November 2017 at 10:35, Pablo Saavedra <psaavedra@igalia.com> wrote:

> Added Yocto recipe for Puppet 4.10.9
>
> Signed-off-by: Pablo Saavedra <psaavedra@igalia.com>
> ---
>  recipes-support/puppet/puppet_4.10.9.bb | 41
> +++++++++++++++++++++++++++++++++
>  1 file changed, 41 insertions(+)
>  create mode 100644 recipes-support/puppet/puppet_4.10.9.bb
>
> diff --git a/recipes-support/puppet/puppet_4.10.9.bb
> b/recipes-support/puppet/puppet_4.10.9.bb
> new file mode 100644
> index 0000000..a335546
> --- /dev/null
> +++ b/recipes-support/puppet/puppet_4.10.9.bb
> @@ -0,0 +1,41 @@
> +SUMMARY = "Open source Puppet is a configuration management system"
> +HOMEPAGE = "https://puppetlabs.com/puppet/puppet-open-source"
> +LICENSE = "Apache-2.0"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=7c9045ec00cc0d6b6e0e09ee811da4a0"
> +
> +SRC_URI = " \
> +    https://downloads.puppetlabs.com/puppet/puppet-${PV}.tar.gz \
> +    file://add_puppet_gemspec.patch \
> +    file://puppet.conf \
> +"
> +SRC_URI[md5sum] = "8af3c2fec5dc4683d80aab4efc1614c6"
> +SRC_URI[sha256sum] = "e667bd825e54bbc38c30534c25adc4
> 41ed638fc484fe0abe278f0335770cd161"
> +
> +inherit ruby
> +
> +DEPENDS += " \
> +        ruby \
> +        facter \
> +        hiera \
> +"
> +
> +RDEPENDS_${PN} += " \
> +        ruby \
> +        facter \
> +        hiera \
> +        ruby-shadow \
> +        bash \
> +"
> +
> +RUBY_INSTALL_GEMS = "puppet-${PV}.gem"
> +
> +do_install_append() {
> +    install -d ${D}${sysconfdir}/puppet
> +    install -d ${D}${sysconfdir}/puppet/manifests
> +    install -d ${D}${sysconfdir}/puppet/modules
> +
> +    install -m 655 ${S}/conf/auth.conf ${D}${sysconfdir}/puppet/
> +    install -m 655 ${S}/conf/fileserver.conf ${D}${sysconfdir}/puppet/
> +    install -m 655 ${S}/conf/environment.conf ${D}${sysconfdir}/puppet/
> +    install -m 655 ${WORKDIR}/puppet.conf ${D}${sysconfdir}/puppet/
> +}
> --
> 2.11.0
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>

[-- Attachment #2: Type: text/html, Size: 3856 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] puppet: add recipe for puppet 4.10.9
  2017-11-27 10:35 [PATCH] puppet: add recipe for puppet 4.10.9 Pablo Saavedra
  2017-11-27 11:05 ` Burton, Ross
@ 2017-11-27 18:04 ` Khem Raj
  2018-02-05 16:27   ` Pablo Saavedra
  1 sibling, 1 reply; 4+ messages in thread
From: Khem Raj @ 2017-11-27 18:04 UTC (permalink / raw)
  To: openembedded-core



On 11/27/17 2:35 AM, Pablo Saavedra wrote:
> Added Yocto recipe for Puppet 4.10.9
> 
> Signed-off-by: Pablo Saavedra <psaavedra@igalia.com>
> ---
>   recipes-support/puppet/puppet_4.10.9.bb | 41 +++++++++++++++++++++++++++++++++
>   1 file changed, 41 insertions(+)
>   create mode 100644 recipes-support/puppet/puppet_4.10.9.bb
> 
> diff --git a/recipes-support/puppet/puppet_4.10.9.bb b/recipes-support/puppet/puppet_4.10.9.bb
> new file mode 100644
> index 0000000..a335546
> --- /dev/null
> +++ b/recipes-support/puppet/puppet_4.10.9.bb
> @@ -0,0 +1,41 @@
> +SUMMARY = "Open source Puppet is a configuration management system"
> +HOMEPAGE = "https://puppetlabs.com/puppet/puppet-open-source"
> +LICENSE = "Apache-2.0"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=7c9045ec00cc0d6b6e0e09ee811da4a0"
> +
> +SRC_URI = " \
> +    https://downloads.puppetlabs.com/puppet/puppet-${PV}.tar.gz \
> +    file://add_puppet_gemspec.patch \
> +    file://puppet.conf \
> +"
> +SRC_URI[md5sum] = "8af3c2fec5dc4683d80aab4efc1614c6"
> +SRC_URI[sha256sum] = "e667bd825e54bbc38c30534c25adc441ed638fc484fe0abe278f0335770cd161"
> +
> +inherit ruby

which layer is ruby.bbclass coming from ?

> +
> +DEPENDS += " \
> +        ruby \
> +        facter \
> +        hiera \
> +"
> +
> +RDEPENDS_${PN} += " \
> +        ruby \
> +        facter \
> +        hiera \
> +        ruby-shadow \
> +        bash \
> +"
> +
> +RUBY_INSTALL_GEMS = "puppet-${PV}.gem"
> +
> +do_install_append() {
> +    install -d ${D}${sysconfdir}/puppet
> +    install -d ${D}${sysconfdir}/puppet/manifests
> +    install -d ${D}${sysconfdir}/puppet/modules
> +
> +    install -m 655 ${S}/conf/auth.conf ${D}${sysconfdir}/puppet/
> +    install -m 655 ${S}/conf/fileserver.conf ${D}${sysconfdir}/puppet/
> +    install -m 655 ${S}/conf/environment.conf ${D}${sysconfdir}/puppet/
> +    install -m 655 ${WORKDIR}/puppet.conf ${D}${sysconfdir}/puppet/
> +}
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] puppet: add recipe for puppet 4.10.9
  2017-11-27 18:04 ` Khem Raj
@ 2018-02-05 16:27   ` Pablo Saavedra
  0 siblings, 0 replies; 4+ messages in thread
From: Pablo Saavedra @ 2018-02-05 16:27 UTC (permalink / raw)
  To: openembedded-core


>
> On 11/27/17 2:35 AM, Pablo Saavedra wrote:
>> Added Yocto recipe for Puppet 4.10.9
>>
>> Signed-off-by: Pablo Saavedra <psaavedra@igalia.com>
>> ---
>>   recipes-support/puppet/puppet_4.10.9.bb | 41 +++++++++++++++++++++++++++++++++
>>   1 file changed, 41 insertions(+)
>>   create mode 100644 recipes-support/puppet/puppet_4.10.9.bb
>>
>> diff --git a/recipes-support/puppet/puppet_4.10.9.bb b/recipes-support/puppet/puppet_4.10.9.bb
>> new file mode 100644
>> index 0000000..a335546
>> --- /dev/null
>> +++ b/recipes-support/puppet/puppet_4.10.9.bb
>> @@ -0,0 +1,41 @@
>> +SUMMARY = "Open source Puppet is a configuration management system"
>> +HOMEPAGE = "https://puppetlabs.com/puppet/puppet-open-source"
>> +LICENSE = "Apache-2.0"
>> +LIC_FILES_CHKSUM = "file://LICENSE;md5=7c9045ec00cc0d6b6e0e09ee811da4a0"
>> +
>> +SRC_URI = " \
>> +    https://downloads.puppetlabs.com/puppet/puppet-${PV}.tar.gz \
>> +    file://add_puppet_gemspec.patch \
>> +    file://puppet.conf \
>> +"
>> +SRC_URI[md5sum] = "8af3c2fec5dc4683d80aab4efc1614c6"
>> +SRC_URI[sha256sum] = "e667bd825e54bbc38c30534c25adc441ed638fc484fe0abe278f0335770cd161"
>> +
>> +inherit ruby
> which layer is ruby.bbclass coming from ?

meta-cloud-services/classes/ruby.bbclass into the meta-cloud-services layer

Sorry, I guess this this patch should be sent against
openembedded-devel@lists.openembedded.org


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-02-05 16:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-27 10:35 [PATCH] puppet: add recipe for puppet 4.10.9 Pablo Saavedra
2017-11-27 11:05 ` Burton, Ross
2017-11-27 18:04 ` Khem Raj
2018-02-05 16:27   ` Pablo Saavedra

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.