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