Skip to content

Commit

Permalink
Small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Crowbar User committed Jan 18, 2012
1 parent 03d16bb commit 643f473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chef/cookbooks/zenoss/recipes/server.rb
Expand Up @@ -111,7 +111,7 @@
end

#use zendmd to set the admin password
Chef::Log "------------#{node[:zenoss][:server][:admin_password]}----------"
Chef::Log.info "------------#{node[:zenoss][:server][:admin_password]}----------"
zenoss_zendmd "set admin pass" do
command "app.acl_users.userManager.updateUserPassword('admin', '#{node[:zenoss][:server][:admin_password]}')"
action :run
Expand Down

0 comments on commit 643f473

Please sign in to comment.