projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5bea9b
)
Correct method name
author
Tom Hughes
<tom@compton.nu>
Sat, 23 Nov 2013 17:55:41 +0000
(17:55 +0000)
committer
Tom Hughes
<tom@compton.nu>
Sat, 23 Nov 2013 17:56:47 +0000
(17:56 +0000)
cookbooks/apache/providers/site.rb
patch
|
blob
|
history
diff --git
a/cookbooks/apache/providers/site.rb
b/cookbooks/apache/providers/site.rb
index b54c76a95015062fbd25cf85c0ab42465ea85cf9..e15646456b0c6d61571f74438fcd1ef3d71f44e5 100644
(file)
--- a/
cookbooks/apache/providers/site.rb
+++ b/
cookbooks/apache/providers/site.rb
@@
-38,8
+38,8
@@
action :create do
end
action :enable do
- l = link enabled_
fil
e do
- to available_
fil
e
+ l = link enabled_
nam
e do
+ to available_
nam
e
owner "root"
group "root"
notifies :reload, "service[apache2]"
@@
-49,7
+49,7
@@
action :enable do
end
action :disable do
- l = link enabled_
fil
e do
+ l = link enabled_
nam
e do
action :delete
notifies :reload, "service[apache2]"
end