Don't include glusterfs.toml as an example blueprint
This commit is contained in:
parent
a00b009f77
commit
c51000ce60
@ -62,7 +62,7 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
||||
# Install example blueprints from the test suite.
|
||||
# This path MUST match the lorax-composer.service blueprint path.
|
||||
mkdir -p $RPM_BUILD_ROOT/var/lib/lorax/composer/blueprints/
|
||||
for bp in http-server.toml glusterfs.toml development.toml atlas.toml; do
|
||||
for bp in http-server.toml development.toml atlas.toml; do
|
||||
cp ./tests/pylorax/blueprints/$bp $RPM_BUILD_ROOT/var/lib/lorax/composer/blueprints/
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user