Skip to content

Commit

Permalink
fix lsb codename variable in ubuntu recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
btm committed Jan 21, 2009
1 parent 8401624 commit ae8baf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubuntu/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

template "/etc/apt/sources.list" do
mode 0644
variables :code_name => node[:lsbdistcodename]
variables :code_name => node[:lsb][:codename]
source "sources.list.erb"
end

Expand Down

0 comments on commit ae8baf0

Please sign in to comment.