Quantcast
Channel: Puppets on UnixDaemon: In search of (a) life
Viewing all articles
Browse latest Browse all 101

Reusing Puppets Package providers

$
0
0
One of puppets more under-appreciated features is its ability to abstract and smooth the edges of certain operating system tasks and behaviours. Even something as trivial as installing a package can actually become a portability nightmare once you consider the number of different systems in the wild - rpm, yum, dpkg, pkgsrc etc. - and the varied commands needed to use them. You end up either hard coding commands, and sacrificing portability, or writing your own detection, lookup and invocation logic.

Viewing all articles
Browse latest Browse all 101

Trending Articles