#200: Create and Apply Puppet Module for MariaDB on DB Server - Jenrite/OE2-project-group-B GitHub Wiki
mariadb install via puppet
initial structure setup
content of mariadb/manifests/install.pp
content of mariadb/manifests/config.pp
content of mariadb/manifests/service.pp
content of mariadb/manifests/init.pp
We then run sudo puppet agent --server=mgmt-b --no-daemonize --verbose --onetime
on the db server to apply the module
logging in to MariaDB using the DB-b server