search for: backup_ninja

Displaying 1 result from an estimated 1 matches for "backup_ninja".

2007 Nov 08
1
Parity between native types and defined types
I want to create native types (despite that fact that apparently nobody wants to) to manage a variety of resources under a common namespace. However, I can''t seem to get the namespacing going right. With a defined type, I can do this: define backup_ninja::config(blah, baz) { ... } But that''s not much use to me, as a defined type just isn''t going to cut the mustard -- I''m after a parsed file type. When I try to do this, instead (in a file named backup_ninja::config.rb): Puppet::Type.newtype(''backup_ninja::conf...