index
:
puppet-ikiwiki
master
Puppet module for ikiwiki
Fluxo
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
manifests
/
packages.pp
blob: 78220229a6d4d4c4d2706b47aea4fa5dd730b4d5 (
plain
)
1
2
3
4
5
class
ikiwiki
::
packages
{
package
{
'ikiwiki'
:
ensure
=>
installed
,
}
}