Skip to content

Commit

Permalink
Remove unused name properties
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanJarv committed Dec 28, 2017
1 parent 56d91e6 commit 3223ed8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions resources/varnish_config.rb
Expand Up @@ -2,8 +2,6 @@

default_action :configure

property :name, kind_of: String, name_attribute: true

property :conf_source, kind_of: String, default: lazy { node['varnish']['conf_source'] }
property :conf_cookbook, kind_of: String, default: lazy { node['varnish']['conf_cookbook'] }
property :conf_path, kind_of: String, default: lazy { node['varnish']['conf_path'] }
Expand Down
1 change: 0 additions & 1 deletion resources/varnish_log.rb
Expand Up @@ -2,7 +2,6 @@

default_action :configure

property :name, kind_of: String, name_attribute: true
property :file_name, kind_of: String, default: lazy { "/var/log/varnish/#{log_format}.log" }
property :pid, kind_of: String, default: lazy { "/var/run/#{log_format}.pid" }
property :log_format, kind_of: String, default: 'varnishlog', equal_to: %w(varnishlog varnishncsa)
Expand Down

0 comments on commit 3223ed8

Please sign in to comment.