]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/mysql/recipes/default.rb
build(deps): bump test-kitchen from 3.3.0 to 3.3.1
[chef.git] / cookbooks / mysql / recipes / default.rb
index 00334af00216a28dea52ee3aa154c5d2c3c9b2c4..aad3a7683d2f5833c0ce0bacb5c898bd69016282 100644 (file)
@@ -46,6 +46,7 @@ template "/etc/apparmor.d/local/usr.sbin.mysqld" do
   group "root"
   mode "644"
   notifies :restart, "service[apparmor]"
   group "root"
   mode "644"
   notifies :restart, "service[apparmor]"
+  only_if { ::Dir.exist?("/sys/kernel/security/apparmor") }
 end
 
 package "libdbd-mysql-perl"
 end
 
 package "libdbd-mysql-perl"