aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-06-23 00:30:02 +0000
committerGerrit Code Review <review@openstack.org>2017-06-23 00:30:02 +0000
commit2625756ce612a3824f53d3a7b5066d108d2f3c47 (patch)
tree1991c96af3286e479ca3e3a2145d556d406f2b4c
parentf64ef0cbeb2738d905cefe783bace1b5c3f4a884 (diff)
parent38ac9318c4d35f76cc6a7d06132efc3c2906ea12 (diff)
Merge "Remove manifest/profile/baseui.pp"
-rw-r--r--manifests/profile/base/ui.pp22
1 files changed, 0 insertions, 22 deletions
diff --git a/manifests/profile/base/ui.pp b/manifests/profile/base/ui.pp
deleted file mode 100644
index 710c210..0000000
--- a/manifests/profile/base/ui.pp
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 2016 Red Hat, Inc.
-#
-# Licensed 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.
-#
-# == Class: tripleo::profile::base::ui
-#
-# UI profile for tripleo
-#
-class tripleo::profile::base::ui () {
- include ::tripleo::ui
-}
-