#200: Create and Apply Puppet Module for MariaDB on DB Server - Jenrite/OE2-project-group-B GitHub Wiki

mariadb install via puppet

image

initial structure setup

image

content of mariadb/manifests/install.pp

image

content of mariadb/manifests/config.pp

image

content of mariadb/manifests/service.pp

image

content of mariadb/manifests/init.pp

image

We then run sudo puppet agent --server=mgmt-b --no-daemonize --verbose --onetime on the db server to apply the module

image

logging in to MariaDB using the DB-b server