Skip to content
Snippets Groups Projects
Commit e0f055cf authored by Alessandro Costantini's avatar Alessandro Costantini
Browse files

Main comment updated

parent c7944e00
No related branches found
No related tags found
No related merge requests found
#Installing a mysql client if DB is an external service
class iaas::profile::database-client( class iaas::profile::database-client(
$servers = undef, $servers = undef,
$main_address = undef, $main_address = undef,
...@@ -9,4 +10,4 @@ class iaas::profile::database-client( ...@@ -9,4 +10,4 @@ class iaas::profile::database-client(
class { 'mysql::client': class { 'mysql::client':
} -> anchor { 'database-service': } } -> anchor { 'database-service': }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment