summaryrefslogtreecommitdiff
path: root/manifests/client/base.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/client/base.pp')
-rw-r--r--manifests/client/base.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/manifests/client/base.pp b/manifests/client/base.pp
new file mode 100644
index 0000000..d992b0f
--- /dev/null
+++ b/manifests/client/base.pp
@@ -0,0 +1,8 @@
+class mysql::client::base {
+
+ package { 'mysql':
+ ensure => present,
+ alias => 'mysql-client',
+ }
+
+}