Skip to content

mpalmer/puppet-module-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published