We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3fa7050 + 506292a commit dc23fedCopy full SHA for dc23fed
lib/puppet/type/mysql_grant.rb
@@ -4,6 +4,7 @@
4
ensurable
5
6
autorequire(:file) { '/root/.my.cnf' }
7
+ autorequire(:mysql_user) { self[:user] }
8
9
def initialize(*args)
10
super
0 commit comments