Skip to content

extend berkshelf to support http authentication via netrc

License

Notifications You must be signed in to change notification settings

kisoku/berkshelf-netrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Berkshelf-netrc

extend berkshelf to support chef universe endpoints with HTTP authentication when a netrc entry for your berksfile source exists

Usage

Add a netrc entry for your berkshelf source

machine universe.example.com
  login kisoku
  password nicepassword

Activate berkshelf-netrc before adding your source in your Berksfile

extension 'netrc'

source 'https://universe.example.com'

About

extend berkshelf to support http authentication via netrc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages