mirror of
https://github.com/inspec/inspec
synced 2024-11-14 00:47:10 +00:00
add comments
This commit is contained in:
parent
d2e110e183
commit
2484623220
1 changed files with 10 additions and 0 deletions
|
@ -7,6 +7,16 @@
|
|||
# it { should be_installed }
|
||||
# it { should be_running }
|
||||
# end
|
||||
#
|
||||
# We detect the init system for each operating system, based on the operating
|
||||
# system.
|
||||
#
|
||||
# Fedora 15 : systemd
|
||||
# RedHat 7 : systemd
|
||||
# Ubuntu 15.04 : systemd
|
||||
# Ubuntu < 15.04 : upstart
|
||||
#
|
||||
# TODO: extend the logic to detect the running init system, independently of OS
|
||||
class Service < Vulcano.resource(1)
|
||||
name 'service'
|
||||
|
||||
|
|
Loading…
Reference in a new issue