UPD: i like it now.
This commit is contained in:
34
goss.yaml
Normal file
34
goss.yaml
Normal file
@@ -0,0 +1,34 @@
|
||||
command:
|
||||
/usr/sbin/httpd -t:
|
||||
exit-status: 0
|
||||
ps axo cmd | grep -q [w]sgi-daemon:
|
||||
exit-status: 0
|
||||
file:
|
||||
/run/httpd:
|
||||
exists: true
|
||||
mode: "0710"
|
||||
owner: apache
|
||||
group: apache
|
||||
filetype: directory
|
||||
/srv/application/django/main/wsgi.py:
|
||||
exists: true
|
||||
mode: "0644"
|
||||
owner: root
|
||||
group: root
|
||||
filetype: file
|
||||
package:
|
||||
httpd:
|
||||
installed: true
|
||||
python3-mod_wsgi:
|
||||
installed: true
|
||||
port:
|
||||
tcp6:80:
|
||||
listening: true
|
||||
ip:
|
||||
- '::'
|
||||
process:
|
||||
httpd:
|
||||
running: true
|
||||
http:
|
||||
http://localhost:
|
||||
status: 200
|
||||
Reference in New Issue
Block a user