Skip to content

Commit

Permalink
Allow GLITE_BASE_CONFIG_SITE to be optional
Browse files Browse the repository at this point in the history
Fixes #31.
  • Loading branch information
jrha committed Aug 19, 2014
1 parent 6cbe074 commit 2b460b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion machine-types/core.pan
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ include { USER_CONFIG_INCLUDE };
#
# Add site specific configuration if any
#
include { return(GLITE_BASE_CONFIG_SITE) };
variable GLITE_BASE_CONFIG_SITE ?= null;
include GLITE_BASE_CONFIG_SITE;

# Default repository configuration template
variable PKG_REPOSITORY_CONFIG ?= 'repository/config';

0 comments on commit 2b460b9

Please sign in to comment.