Skip to content

Commit

Permalink
default not set
Browse files Browse the repository at this point in the history
  • Loading branch information
phunehehe committed Jan 3, 2013
1 parent 8a6412b commit 24d4799
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apache2/attributes/default.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
set['apache']['dir'] = "/etc/apache2" set['apache']['dir'] = "/etc/apache2"
set['apache']['log_dir'] = "/var/log/apache2" set['apache']['log_dir'] = "/var/log/apache2"
set['apache']['error_log'] = "error.log" set['apache']['error_log'] = "error.log"
set['apache']['user'] = "www-data" default['apache']['user'] = "www-data"
set['apache']['group'] = "www-data" default['apache']['group'] = "www-data"
set['apache']['binary'] = "/usr/sbin/apache2" set['apache']['binary'] = "/usr/sbin/apache2"
set['apache']['icondir'] = "/usr/share/apache2/icons" set['apache']['icondir'] = "/usr/share/apache2/icons"
set['apache']['cache_dir'] = "/var/cache/apache2" set['apache']['cache_dir'] = "/var/cache/apache2"
Expand Down Expand Up @@ -86,8 +86,8 @@
set['apache']['dir'] = "/etc/apache2" set['apache']['dir'] = "/etc/apache2"
set['apache']['log_dir'] = "/var/log/apache2" set['apache']['log_dir'] = "/var/log/apache2"
set['apache']['error_log'] = "error.log" set['apache']['error_log'] = "error.log"
set['apache']['user'] = "www-data" default['apache']['user'] = "www-data"
set['apache']['group'] = "www-data" default['apache']['group'] = "www-data"
set['apache']['binary'] = "/usr/sbin/apache2" set['apache']['binary'] = "/usr/sbin/apache2"
set['apache']['icondir'] = "/usr/share/apache2/icons" set['apache']['icondir'] = "/usr/share/apache2/icons"
set['apache']['cache_dir'] = "/var/cache/apache2" set['apache']['cache_dir'] = "/var/cache/apache2"
Expand Down

0 comments on commit 24d4799

Please sign in to comment.