example42 / puppet-tp

Tiny Puppet - The Universal Installer
http://tiny-puppet.com
Apache License 2.0
68 stars 21 forks source link

tp_install function #12

Closed alvagante closed 8 years ago

alvagante commented 8 years ago

Bare bone function, works here:

tp_install(['monit','mailx','redis'] , { test_enable => true } )
tp::install { 'munin': }
tp_install('munin')
tp_install('munin')
#tp_install(['redis'] , { data_module => 'mydata' } ) # Duplicated resource if uncommented
#tp::install { 'munin': } # Duplicated resource if uncommented