joshuar / puppet-vnstat

vnstat module for Puppet
Apache License 2.0
1 stars 1 forks source link

Ensure that vnstat::createdb ends up creating the database with correct permissions #5

Closed jasperla closed 9 years ago

jasperla commented 9 years ago

this prevents creating the databases as root, which _vnstat cannot modify.

I've tested this on OpenBSD, but I don't know about the right $user that should be set in params.pp for RH/Debian.

joshuar commented 9 years ago

Looks right to me. Thanks!