Skip to content

Commit

Permalink
Merge pull request #32 from jrha/pakiti-config-rpms
Browse files Browse the repository at this point in the history
Fix inclusion of pakiti config
  • Loading branch information
jrha committed Aug 27, 2014
2 parents 6cbe074 + 50aa6e9 commit 53f0299
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/pakiti/client/config.pan
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
unique template features/pakiti/client/config;

variable PAKITI_RPMS ?= if_exists('config/pakiti/client/config');
include if_exists('config/pakiti/client/config');
variable PAKITI_RPMS ?= 'features/pakiti/client/rpms';
include { PAKITI_RPMS };
include PAKITI_RPMS;

variable pakiti_conf = "servers_name = "+PAKITI_SERVER+":"+PAKITI_SERVER_PORT+"\n";
variable pakiti_conf = pakiti_conf+"server_url = "+PAKITI_SERVER_URL+"\n";
Expand Down

0 comments on commit 53f0299

Please sign in to comment.