index
:
puppet_mysql.git
master
[puppet_mysql]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
manifests
/
client
/
ruby
/
debian.pp
blob: 3cfa8465c13b45947328f2a14a9c411999e00a34 (
plain
)
1
2
3
4
5
6
7
class mysql::client::ruby::debian { package { 'libmysql-ruby': ensure => present, } }