]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/systemd/resources/path.rb
Fix new cookstyle warnings
[chef.git] / cookbooks / systemd / resources / path.rb
index 139f4b8db6cbdad2e7176f236c35e20cca2ae954..448a47cd6cf527ae40b0e2f29edde0028e5bed8f 100644 (file)
@@ -29,7 +29,7 @@ property :path_changed, [String, Array]
 property :path_modified, [String, Array]
 property :directory_not_empty, [String, Array]
 property :unit, String
-property :make_directory, [TrueClass, FalseClass]
+property :make_directory, [true, false]
 property :directory_mode, Integer
 
 action :create do