b7ce8e9533
Implements: blueprint openid-oauth2-infra-implementation-puppet-script Prepares a raw server with all software stack needed to run openstackid project: * installs PHP * installs Apache * installs Redis Server * creates a initial environment configuration for laravel application (using *.erb templates) Change-Id: If6216da0d70a45609076e8111a67055dbc87c9e4
8 lines
154 B
Plaintext
8 lines
154 B
Plaintext
CONF_DIR=$TOP_DIR
|
|
FILE_OWNER=root
|
|
FILE_GROUP=www-data
|
|
|
|
# allow local overrides of env variables
|
|
if [ -f $TOP_DIR/localrc ]; then
|
|
. $TOP_DIR/localrc
|
|
fi |