cookbook 'ez-ipupdate', '= 0.1.6'
ez-ipupdate (4) Versions 0.1.6 Follow0
Installs/Configures ez-ipupdate
cookbook 'ez-ipupdate', '= 0.1.6', :supermarket
knife supermarket install ez-ipupdate
knife supermarket download ez-ipupdate
ez-ipupdate Cookbook
Installs the ez-ipdate service under Opscode Chef
Requirements
Platforms:
Tested on Fedora. May work on other Linux platforms.
Attributes
e.g.
ez-ipupdate::default
['ez-ipupdate']['package_name'] - Package name. Defaults to ez-ipupdate.
['ez-ipupdate']['package_config'] - Location of config file. Defaults to /etc/ez-ipdate/default
['ez-ipupdate']['username'] - Provider user name. Defaults to username.
['ez-ipupdate']['password'] - Your DNS update provider password. Defaults to password.
['ez-ipupdate']['host'] - The hostname of your domain hosted at your DNS provider. Defaults to host.
['ez-ipupdate']['service-type'] - The name of your DNS provider. Defaults to provider.
['ez-ipupdate']['interface'] - The internet facing interface on your server or desktop. Defaults to eth0.
Usage
ez-ipupdate::default
Just include ez-ipupdate in your node's run_list:
{
"name":"my_node",
"run_list": [
"recipe[ez-ipupdate]"
]
}
And then override the attributes.
Contributing
If you wish to contribute:
- Fork the repository on Github
- Create a named feature branch (like
add_component_x) - Write you change
- Submit a Pull Request using Github
License and Authors
Authors: Rilindo.Foster rilindo.foster@monzell.com
cookbook-ez-ipupdate
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
There are no cookbooks that are contingent upon this one.