index
:
puppet-mpd
master
Puppet module for mpd
Fluxo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
manifests
/
client
/
base.pp
blob: 6d4ab13c5f6d0411fa9af87a1d366d54619702ad (
plain
)
1
2
3
4
5
class mpd::client::base { package { 'mpc': ensure => present, } }