cookbook 'ez-ipupdate', '= 0.1.7'
ez-ipupdate (4) Versions 0.1.7 Follow0
Installs/Configures ez-ipupdate
cookbook 'ez-ipupdate', '= 0.1.7', :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 toez-ipupdate
. -
['ez-ipupdate']['package_config']
- Location of config file. Defaults to/etc/ez-ipdate/default
-
['ez-ipupdate']['username']
- Provider user name. Defaults tousername
. -
['ez-ipupdate']['password']
- Your DNS update provider password. Defaults topassword
. -
['ez-ipupdate']['host']
- The hostname of your domain hosted at your DNS provider. Defaults tohost
. -
['ez-ipupdate']['service-type']
- The name of your DNS provider. Defaults toprovider
. -
['ez-ipupdate']['interface']
- The internet facing interface on your server or desktop. Defaults toeth0
.
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.