Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/datacentred/puppet-lsyncd
Lsyncd orchestration for puppet
https://github.com/datacentred/puppet-lsyncd
Last synced: 17 days ago
JSON representation
Lsyncd orchestration for puppet
- Host: GitHub
- URL: https://github.com/datacentred/puppet-lsyncd
- Owner: datacentred
- License: gpl-3.0
- Created: 2015-07-20T12:28:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-06-02T03:29:59.000Z (over 5 years ago)
- Last Synced: 2024-04-28T15:49:12.745Z (9 months ago)
- Language: Ruby
- Size: 22.5 KB
- Stars: 0
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#Lsyncd
[![Build Status](https://travis-ci.org/spjmurray/puppet-lsyncd.png?branch=master)](https://travis-ci.org/spjmurray/puppet-lsyncd)
####Table Of Contents
1. [Overview](#overview)
2. [Module Description](#module-description)
3. [Usage](#usage)
4. [Limitations](#limitations)##Overview
Deploys lsyncd and one or many processes
###Module Description
The main module does a basic installation of lsyncd components and directories.
A 'process' define is responsible for creating configuration and running an
lsyncd process under a specific user. As this is a define it allows multiple
lsyncd processes to run concurrently and as different users.### Usage
```puppet
include ::lsyncdlsyncd::process { 'puppet':
content => template('path/to/template.erb'),
owner => 'puppet',
group => 'puppet',
}```
##Limitations1. Ubuntu only