https://github.com/datacentred/puppet-lsyncd
Lsyncd orchestration for puppet
https://github.com/datacentred/puppet-lsyncd
Last synced: 5 months 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-06-02T03:29:59.000Z (about 6 years ago)
- Last Synced: 2024-04-28T15:49:12.745Z (about 1 year 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
[](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