Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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',
}