aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/pacemaker/nova.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/profile/pacemaker/nova.pp')
-rw-r--r--manifests/profile/pacemaker/nova.pp9
1 files changed, 0 insertions, 9 deletions
diff --git a/manifests/profile/pacemaker/nova.pp b/manifests/profile/pacemaker/nova.pp
index b6e6cba..13c6128 100644
--- a/manifests/profile/pacemaker/nova.pp
+++ b/manifests/profile/pacemaker/nova.pp
@@ -26,15 +26,6 @@ class tripleo::profile::pacemaker::nova (
$step = hiera('step'),
) {
- Service <|
- tag == 'nova-service'
- |> {
- hasrestart => true,
- restart => '/bin/true',
- start => '/bin/true',
- stop => '/bin/true',
- }
-
include ::tripleo::profile::base::nova
}