You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metron.apache.org by ni...@apache.org on 2016/06/22 19:47:37 UTC

incubator-metron git commit: METRON-245 mysql_server role needs to explicitly install defaults (dlyle65535 via nickwallen) closes apache/incubator-metron#165

Repository: incubator-metron
Updated Branches:
  refs/heads/master 8a027bb8a -> 589c67c4b


METRON-245 mysql_server role needs to explicitly install defaults (dlyle65535 via nickwallen) closes apache/incubator-metron#165


Project: http://git-wip-us.apache.org/repos/asf/incubator-metron/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-metron/commit/589c67c4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-metron/tree/589c67c4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-metron/diff/589c67c4

Branch: refs/heads/master
Commit: 589c67c4b7a59baec8276e7d271c001791a3793d
Parents: 8a027bb
Author: dlyle65535 <dl...@gmail.com>
Authored: Wed Jun 22 15:47:03 2016 -0400
Committer: Nick Allen <ni...@nickallen.org>
Committed: Wed Jun 22 15:47:03 2016 -0400

----------------------------------------------------------------------
 .../roles/mysql_server/meta/main.yml            | 21 ++++++++++++++++++++
 1 file changed, 21 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/589c67c4/metron-deployment/roles/mysql_server/meta/main.yml
----------------------------------------------------------------------
diff --git a/metron-deployment/roles/mysql_server/meta/main.yml b/metron-deployment/roles/mysql_server/meta/main.yml
new file mode 100644
index 0000000..6f97a14
--- /dev/null
+++ b/metron-deployment/roles/mysql_server/meta/main.yml
@@ -0,0 +1,21 @@
+#
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
+#
+---
+dependencies:
+  - python-pip
+  - libselinux-python
+