Encoding.default_external = Encoding::UTF_8
+# Accept the license
+
+chef_license "accept"
+
# Log at level info
log_level :info
chef_server_url "https://chef.openstreetmap.org/organizations/openstreetmap"
-# Make our plugins visible to ohai
+# Enable some optional ohai plugins
-ohai.plugin_path << "<%= node[:ohai][:plugin_dir] %>"
+ohai.optional_plugins = %w[Passwd]
# Load supporting code for report handlers