Skip to content

aspyatkin/instance-cookbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

instance cookbook

Useful library helpers in Chef recipes.

Usage

instance = ::ChefCookbook::Instance::Helper.new(node)
instance.root  # root
instance.user  # vagrant
instance.group  # vagrant
instance.user_home  # /home/vagrant
instance.fqdn  # test.box.dev

Notes

fqdn property is obtained from node['fqdn'] or node['ipaddress'].

License

MIT @ Alexander Pyatkin

About

Useful library helpers in Chef recipes

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages