Don't print sensitive information to stdout during run.

Closes-Bug: #1596840

Change-Id: I864d25f60fdf03f1683f6bcda6e1886baa01eb6c
This commit is contained in:
Fabian Zimmermann 2016-06-28 10:11:31 +02:00
parent b7fb86e350
commit 585d236e26
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ Puppet::Type.newtype(:ceilometer_config) do
newproperty(:value, :array_matching => :all) do
desc 'The value of the setting to be defined.'
def insync?(is)
puts is
return true if @should.empty?
return false unless is.is_a? Array
return false unless is.length == @should.length