jsirex / nsupdate-cookbook

Chef Cookbook for managing DNS Entries through nsupdate
MIT License
0 stars 4 forks source link

Description

This simple cookbook provides nsupdate LWRP. Use it as follow:

nsupdate 'www.example.com' do
  value 'other.host.com'
  type :cname
  ttl 86400
  action :update
end

Available actions:

Requirements

Platform:

Cookbooks:

No dependencies defined

Attributes

No attributes defined

Recipes

Resources

nsupdate

Actions

Attribute Parameters

License and Maintainer

Copyright: Yauhen Artsiukhou

Standard MIT License

Maintainer: Yauhen Artsiukhou jsirex@gmail.com