{"name":"mariadb","version":"0.3.1","description":"Installs/Configures MariaDB","long_description":"MariaDB Cookbook\n================\n\n[](https://travis-ci.org/sinfomicien/mariadb)\n\nDescription\n-----------\n\nThis cookbook contains all the stuffs to install and configure a mariadb server on a dpkg/apt compliant system (typically debian), or a rpm/yum compliant system (typically centos)\n\n\nRequirements\n------------\n\n#### repository\n- `mariadb` - This cookbook need that you have a valid apt repository installed with the mariadb official packages\n\n#### packages\n- `percona-xtrabackup` - if you want to use the xtrabckup SST Auth for galera cluster.\n- `socat` - if you want to use the xtrabckup SST Auth for galera cluster.\n- `rsync` - if you want to use the rsync SST Auth for galera cluster.\n- `debconf-utils` - if you use debian platform family.\n\n#### operating system\n- `debian` - this cookbook is fully tested on debian\n- `ubuntu` - not fully tested on ubuntu, but should work\n- `centos` - not fully tested on centos, but should work\n\nAttributes\n----------\n\n#### mariadb::default\n
Key | \nType | \nDescription | \nDefault | \n
---|---|---|---|
['mariadb']['install']['version'] | \nString | \nVersion to install (currently 10.0 et 5.5) | \n10.0 | \n
['mariadb']['use_default_repository'] | \nBoolean | \nWether to install MariaDB default repository or not. If you don't have a local repo containing packages, put it to true | \nfalse | \n
['mariadb']['server_root_password'] | \nString | \nlocal root password | \n\n |
['mariadb']['forbid_remote_root'] | \nBoolean | \nWether to activate root remote access | \ntrue | \n
['mariadb']['allow_root_pass_change'] | \nBoolean | \nWether to allow the recipe to change root password after the first install | \nfalse | \n
['mariadb']['client']['development_files'] | \nBoolean | \nWether to install development files in client recipe | \ntrue | \n
['mariadb']['apt_repository']['base_url'] | \nString | \nThe http base url to use when installing from default repository | \n'ftp.igh.cnrs.fr/pub/mariadb/repo' | \n
['mariadb']['install']['prefer_os_package'] | \nBoolean | \nIndicator for preferring use packages shipped by running os | \nfalse | \n