Don't include glusterfs.toml as an example blueprint

This commit is contained in:
Brian C. Lane 2018-08-21 12:25:57 -07:00
parent a00b009f77
commit c51000ce60

View File

@ -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