propellor-2.12.0: property-based host configuration management in haskell

Safe HaskellNone
LanguageHaskell98

Propellor.Property.Git

Synopsis

Documentation

daemonRunning :: FilePath -> RevertableProperty Source

Exports all git repos in a directory (that user nobody can read) using git-daemon, run from inetd.

Note that reverting this property does not remove or stop inetd.

cloned :: User -> RepoUrl -> FilePath -> Maybe Branch -> Property NoInfo Source

Specified git repository is cloned to the specified directory.

If the directory exists with some other content (either a non-git repository, or a git repository cloned from some other location), it will be recursively deleted first.

A branch can be specified, to check out.