Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomasleese/puppet-adminer
Puppet module to configure Adminer.
https://github.com/thomasleese/puppet-adminer
Last synced: about 6 hours ago
JSON representation
Puppet module to configure Adminer.
- Host: GitHub
- URL: https://github.com/thomasleese/puppet-adminer
- Owner: thomasleese
- License: mit
- Created: 2015-02-18T13:06:28.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-18T13:26:17.000Z (almost 10 years ago)
- Last Synced: 2023-08-04T00:51:53.890Z (over 1 year ago)
- Language: Puppet
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.rst
Awesome Lists containing this project
README
Adminer Puppet Module
=====================Puppet module to configure Adminer.
Examples
--------.. code-block:: puppet
class { 'adminer':
location => '/var/www/data',
owner => 'www-data',
group => 'www-data',
}