Skip to content
Snippets Groups Projects
database-client.pp 190 B
Newer Older
  • Learn to ignore specific revisions
  • #Installing a mysql client if DB is an external service
    
    class iaas::profile::database-client(
    ) {
    
    ## Install MySQL client
    
      class { 'mysql::client':
      }  -> anchor { 'database-service': }