diff options
author | Carlos Camacho <ccamacho@redhat.com> | 2017-06-19 15:29:28 +0200 |
---|---|---|
committer | Carlos Camacho <ccamacho@redhat.com> | 2017-06-19 19:08:03 +0200 |
commit | 38ac9318c4d35f76cc6a7d06132efc3c2906ea12 (patch) | |
tree | 2e7cf32cff4218bec42088a1efce7e9f15155467 /manifests/profile/base | |
parent | 76b0074c76c067de6e722b7e2a6410ecfcb45fb7 (diff) |
Remove manifest/profile/baseui.pp
This file is not needed anymore.
Change-Id: I904443624c18cc5116bc6027c016b9ccdd5e10aa
Closes-bug: 1698105
Depends-On: Ie20ecabea91ca4c2040c5ef3bf6c71b2b53d26ef
Diffstat (limited to 'manifests/profile/base')
-rw-r--r-- | manifests/profile/base/ui.pp | 22 |
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 -} - |