Get rid of noop service provider

We no longer need as we use noop_resources generally to disable service
resources.

Depends-on: https://review.opendev.org/838964
Change-Id: I757450bd24433364dca7879da75074ca4f816212
This commit is contained in:
Takashi Kajinami
2022-07-26 11:15:47 +09:00
parent 1d53e71913
commit ad0b6a773a
2 changed files with 0 additions and 18 deletions

View File

@@ -1,17 +0,0 @@
Puppet::Type.type(:service).provide :noop, :parent => :systemd do
def startcmd
[ "/bin/true" ]
end
def stopcmd
[ "/bin/true" ]
end
def restartcmd
[ "/bin/true" ]
end
def statuscmd
[ "/bin/true" ]
end
end

View File

@@ -40,7 +40,6 @@ class tripleo::profile::base::apache(
class { 'apache':
mpm_module => $mpm_module,
}
Service <| title == 'httpd' |> { provider => 'noop' }
include apache::mod::status
include apache::mod::ssl