fa67753f17
We can simplify this logic a little. Change-Id: Ib7429b7409e05af5b0b82e47c04633fe8e731cb8 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
51 lines
2.3 KiB
YAML
51 lines
2.3 KiB
YAML
# Copyright 2015 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.
|
|
# Copyright 2015 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.
|
|
---
|
|
__nodepool_build_depends:
|
|
- libffi-dev
|
|
- libssl-dev
|
|
- libxml2-dev
|
|
- libxslt1-dev
|
|
- python3-dev
|
|
- zlib1g-dev
|
|
|
|
__nodepool_file_nodepool_builder_service_dest: /etc/systemd/system/nodepool-builder.service
|
|
__nodepool_file_nodepool_builder_service_mode: 0644
|
|
__nodepool_file_nodepool_builder_service_src: etc/systemd/system/nodepool-builder.service
|
|
|
|
__nodepool_file_nodepool_builder_service_config_dest: /etc/systemd/system/nodepool-builder.service.d/override.conf
|
|
__nodepool_file_nodepool_builder_service_config_mode: 0644
|
|
__nodepool_file_nodepool_builder_service_config_src: etc/systemd/system/nodepool-builder.service.d/override.conf
|
|
|
|
__nodepool_file_nodepool_launcher_service_dest: /etc/systemd/system/nodepool-launcher.service
|
|
__nodepool_file_nodepool_launcher_service_mode: 0644
|
|
__nodepool_file_nodepool_launcher_service_src: etc/systemd/system/nodepool-launcher.service
|
|
|
|
__nodepool_file_nodepool_launcher_service_config_dest: /etc/systemd/system/nodepool-launcher.service.d/override.conf
|
|
__nodepool_file_nodepool_launcher_service_config_mode: 0644
|
|
__nodepool_file_nodepool_launcher_service_config_src: etc/systemd/system/nodepool-launcher.service.d/override.conf
|