GithubHelp home page GithubHelp logo

puppet-git_daemon's Introduction

git_daemon

Table of Contents

  1. Overview
  2. Module Description - What the module does and why it is useful
  3. Setup - The basics of getting started with git_daemon
  4. Reference - An under-the-hood peek at what the module is doing and how
  5. Limitations - OS compatibility, etc.

Overview

A puppet module to install and manage a standalone git daemon.

Module Description

This module install and configures git daemon as a standalone service.

Setup

Beginning with git_daemon

class { 'git_daemon':
  base_path => '/path/to/repositories'
}
class { 'git_daemon':
  ...
  enable_upload_archive => true,
  init_timeout          => 60
  ...
}

Reference

Parameters

Git

user

Specify the user that will be used to run the daemon. Default: 'gitdaemon'

base_path

Specify the location of repositories. Default: '/var/lib'

init_timeout

Specify the timeout in seconds between the moment the connection is established and the client request is received. Default: 30

timeout

Specify the timeout in seconds for specific client sub-requests. Default: 3600

export_all

Allow pulling from all directories that look like Git repositories. Default: false

enable_upload_archive

This serves git archive --remote. Default: false

enable_receive_pack

Allow anonymous push. Default: false

interpolated_path

Template that can be used to dynamically construct alternate paths (a.k.a. virtual hosting). Default: ''

Limitations

Currently only tested on Ubuntu distributions.

puppet-git_daemon's People

Watchers

James Cloos avatar Federico Fapitalle avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.