Working with the IIS cookbook to set the shared configuration directory
iisconfigsettings.rb
...
default['iis']['conf_dir'] = "#{iis['home']}d:\\configuration"
...
This should change the configuration directory to d:\configuration.
After chef run I get FATAL: ArgumentError: You must supply a name when declaring a default resource.
I'm not sure where the name should be specified here. According to the documentation on chef, which isn't too specific I believe I have the parameters appropriate here. https://github.com/opscode-cookbooks/iis
Anyone have experience in settings this?
iisconfigsettings.rb? Is it a recipe, attribute file, something else?? - Tejay Cardon