Am Samstag, den 11.04.2020, 12:15 +0200 schrieb Martin Alfke:

Of course for just pip/bundle/etc. I can do something like

  exec { 'install':
    command => 'pip/bundle/npm install',
    creates => 'some file created by the pip/bundle/npm
    }

but still it's painful because if the pip/bundle/npm failed the exec would
not be execute again, unless you put every file create by the 10000
dependencies need for every software.

The worst case for me is those software installed by some

  wget 'URL' | sh

(Ok I know it's not secure...) but well...

The same pattern: let the wget | sudo bash command run on a dev platform or a 
container and build a package.

Either this, or: Write a package provider, like the ones already available for 
Ruby gems or Python modules, which turns this into

package { 'foo':
...
provider => npm,
...
}


Bye...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com<mailto:dhein...@opentext.com>
Website: www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/41388eaa19e0a3b8458587206453dd3cb50bc86b.camel%40opentext.com.

Reply via email to