eval: wip
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#! /bin/bash
|
||||
# this script is meant to be run by ansible
|
||||
|
||||
source functions.sh
|
||||
# check that alias has been tried
|
||||
addHeader
|
||||
fileMustExist /etc/httpd.conf.d/cours.opendoor.fr/conf
|
||||
dirMustExist /srv/cours/www
|
||||
dirMustExist /srv/cours/logs
|
||||
pkgInstalled httpd
|
||||
serviceIsEnabled httpd
|
||||
serviceIsActive httpd
|
||||
Reference in New Issue
Block a user