From 38ac9318c4d35f76cc6a7d06132efc3c2906ea12 Mon Sep 17 00:00:00 2001 From: Carlos Camacho Date: Mon, 19 Jun 2017 15:29:28 +0200 Subject: Remove manifest/profile/baseui.pp This file is not needed anymore. Change-Id: I904443624c18cc5116bc6027c016b9ccdd5e10aa Closes-bug: 1698105 Depends-On: Ie20ecabea91ca4c2040c5ef3bf6c71b2b53d26ef --- manifests/profile/base/ui.pp | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 manifests/profile/base/ui.pp 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 -} - -- cgit 1.2.3-korg