Skip to content

Commit

Permalink
Add filter fqdn transformation
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyphreak committed Nov 6, 2023
1 parent 9de86b9 commit 18bc3f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ requirements: install
@cp -a ${ROLE_DIR}/plugins/test_plugins ${PLUGIN_DIR}/test
@\grep -Rl "nephelaiio\.mongodb_repo" ${ROLE_DIR} | xargs -rL 1 sed -ie 's/nephelaiio\.mongodb_repo/nephelaiio.mongodb.repo/g'
@\grep --exclude-dir ${ROLE_DIR}/plugins sorted_get -Rl ${ROLE_DIR} | xargs -rL 1 sed -ie 's/sorted_get/nephelaiio.mongodb.sorted_get/g'
@\grep --exclude-dir ${ROLE_DIR}/plugins sorted_get -Rl ${ROLE_DIR} | xargs -rL 1 sed -ie 's/map_format/nephelaiio.mongodb.map_format/g'
@\find ./ -name "*.ymle*" -delete

build: requirements
Expand Down

0 comments on commit 18bc3f4

Please sign in to comment.