FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

mpalmer/puppet-module-git · GitHub

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Manage git packages and repositories.

If you want git installed:

    include git::packages

If you'd like to checkout a repo:

    git::checkout { "<whatever>":
        url    => "<repo path/url>",
        target => "<where the repo should land>",
        ref    => "<a tree-isn to checkout>",
        user   => "<user to own the checkout>",
        group  => "<group to own the checkout>",
        update => <true/false to keep the checkout up-to-date>
    }

Coming soon: `git::export`.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL