Smart provider for Puppet

Anders F Björklund afb at algonet.se
Wed Apr 15 06:31:47 PDT 2009


Puppet* is a configuration management framework, that amongst
other things like files and users also has a "package" type.
It has support for the usual suspects like apt or yum, but
someone was asking about support for smart so I added that...

* http://reductivelabs.com/trac/puppet/

Puppet is written in Ruby, so I used a small Python wrapper
to do the interfacing for checking "installed" and "latest".
Otherwise it uses "smart install" or "smart remove" commands.
The code is at http://projects.reductivelabs.com/issues/2160

--anders




More information about the Smart mailing list