Sha256: a46e2ae9b53ddbb662f5450d0e6343181fd73ef62e96d1887bf4af8644299777
Contents?: true
Size: 251 Bytes
Versions: 42
Compression:
Stored size: 251 Bytes
Contents
bash "go off the rails" do code <<-END for i in localhost 127.0.0.1 #{Socket.gethostname()} do echo "grant all on *.* to root@'$i' identified by 'a_password'; flush privileges;" | mysql -u root -h 127.0.0.1 done END end
Version data entries
42 entries across 42 versions & 2 rubygems