Giter VIP home page Giter VIP logo

chef-reboot's People

Contributors

afterglow avatar dmorrison avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

chef-reboot's Issues

Error

Steps:
added to the runlist
recipe[chef-reboot]"

Added to another recipe of another cookbook
node[:reboot][:auto_reboot] = 0

I get the following error:

NoMethodError

undefined method `[]=' for nil:NilClass

1:
2:
3:
4:
5>> node[:reboot][:auto_reboot] = 0
6:

Can't Get Handler to Honor run_state[:reboot_delay]

Hi!

Thanks for this cookbook. It works for me, but I can't successfully override node.run_state[:reboot_delay] in reboot_handler.rb.

In my recipe, I'm trying to set this two ways:

node.run_state[:reboot_delay] = 0

and

ruby_block "set reboot delay" do
  block do
    node.run_state[:reboot_delay] = 0
    Chef::Log.info "Setting reboot delay to #{node.run_state[:reboot_delay]}"
  end
end

After one of these two lines, I of course include the recipe with include_recipe "reboot".

I'm pretty new to Chef (so forgive my ignorance), but do you know why this isn't working? I'm trying to set the reboot_delay to 0, but it keeps defaulting to 2 minutes in reboot_handler.rb.

Thanks!

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.