Previously success was indicated with PE specific messages. This could be confusing for users installing FOSS with cloud-provisoner.
Signed-off-by: Dan Bode <[email protected]> --- lib/puppet/cloudpack.rb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/puppet/cloudpack.rb b/lib/puppet/cloudpack.rb index 820b2ab..b2d27b8 100644 --- a/lib/puppet/cloudpack.rb +++ b/lib/puppet/cloudpack.rb @@ -475,7 +475,7 @@ module Puppet::CloudPack certname = install(server, options) options.delete(:_destroy_server_at_exit) - Puppet.notice "Puppet Enterprise is now installed on: #{server}" + Puppet.notice "Puppet is now installed on: #{server}" classify(certname, options) -- 1.7.5.4 -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.
