-
Notifications
You must be signed in to change notification settings - Fork 0
/
Modulefile
56 lines (53 loc) · 1.76 KB
/
Modulefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
name 'hgkamath-owncloud'
version '0.2.2'
source 'https://github.com/hgkamath/puppet-owncloud'
author 'hgkamath'
license 'AGPLv3'
summary 'to deploy owncloud in fedora or fedora-like distributions with apache php-fpm mysql'
description 'to deploy owncloud in fedora or fedora-like distributions with apache php-fpm mysql'
project_page 'https://github.com/hgkamath/puppet-owncloud'
## Add dependencies, if any:
# dependency 'username/name', '>= 1.2.0'
# leave be commented out for now
# dependency 'puppetlabs/apache', '>= 0.8.1'
# dependency 'puppetlabs/mysql', '>= 2.1.0'
# dependency 'thias/php', '>= 0.3.8'
#
# Fedora-20
# httpd-2.4.9-2.fc20.x86_64
# mariadb-server-5.5.37-1.fc20.x86_64
# owncloud-6.0.3-1.fc20.noarch
# php-fpm-5.5.13-3.fc20.x86_64
# http://docs.puppetlabs.com/guides/style_guide.html#module-metadata
#
# - name
# Full module name on Puppet Forge (schema: 'username-modulename').
#
# - version
# Current module version. It is recommended to follow <http://semver.org/>.
#
# - author
# Author/display name. If not specified, this field will default to the
# username portion of the module's name field.
#
# - license
# The license the module is released under (e.g. 'Apache 2.0' or 'GPLv2').
#
# - summary
# One line module description.
#
# - description
# Longer module description including usage example.
#
# - source
# URL of a source code repository (e.g. git://example.com/puppet-module.git).
#
# - project_page
# URL of a module website or e.g. source code web interface like a GitHub
# project page.
#
# - dependency
# A module that this module depends on. The method accepts up to three
# arguments: a module name (schema: 'username-modulename'), a version
# requirement, and a repository (optional). Just use this multiple times to
# define more than one dependency.