Downgrade mysql cookbook for now
It doesn't play well with our current dev server setup
This commit is contained in:
9
cookbooks/smf/libraries/matchers.rb
Normal file
9
cookbooks/smf/libraries/matchers.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
if defined?(ChefSpec)
|
||||
def install_smf(name)
|
||||
ChefSpec::Matchers::ResourceMatcher.new(:smf, :install, name)
|
||||
end
|
||||
|
||||
def delete_smf(name)
|
||||
ChefSpec::Matchers::ResourceMatcher.new(:smf, :delete, name)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user