GithubHelp home page GithubHelp logo

Comments (8)

adrienthebo avatar adrienthebo commented on August 20, 2024

How are you declaring the affected resource?

from puppet-boolean.

jcharaoui avatar jcharaoui commented on August 20, 2024
  network_config { 'eth0':
    ensure    => present,
    family    => 'inet',
    method    => 'static',
    ipaddress => '10.80.4.21',
    netmask   => '255.255.255.0',
  }

Note that I'm running ruby 1.8 on this system. Perhaps puppet-boolean has difficulty recognizing Ancient Truths?

from puppet-boolean.

jcharaoui avatar jcharaoui commented on August 20, 2024

It is also happening with ruby 1.9.3p194.

from puppet-boolean.

gcmalloc avatar gcmalloc commented on August 20, 2024

same issue here with a debian wheezy on puppet 3.7.3

from puppet-boolean.

jcharaoui avatar jcharaoui commented on August 20, 2024

Please let us know if you require further information to debug this problem.

from puppet-boolean.

jcharaoui avatar jcharaoui commented on August 20, 2024

I'm able to work around this problem by adding :absent among false_value:

diff --git a/lib/puppet_x/util/boolean.rb b/lib/puppet_x/util/boolean.rb
index 2707918..a80ff34 100644
--- a/lib/puppet_x/util/boolean.rb
+++ b/lib/puppet_x/util/boolean.rb
@@ -13,7 +13,7 @@ module PuppetX::Util::Boolean

     # All values that are considered 'false' by Puppet internals
     def false_values
-      [false, 'false', :false, :no, 'no', :undef, nil]
+      [false, 'false', :false, :no, 'no', :undef, nil, :absent]
     end

     # Normalize Boolean values

from puppet-boolean.

bastelfreak avatar bastelfreak commented on August 20, 2024

Hi,
this should now be fixed, since we merged #27

from puppet-boolean.

jcharaoui avatar jcharaoui commented on August 20, 2024

I can confirm this issue is now fixed.

from puppet-boolean.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.