Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions changelogs/fragments/248_class_level_imports.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minor_changes:
- Remove class level imports in PFSenseModule to support the use of Mitogen (https://github.com/pfsensible/core/pull/248).
2 changes: 0 additions & 2 deletions misc/local2ansible
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,12 @@ fi


mkdir -p ${ANSIBLE_INSTALL}/module_utils/network/pfsense
mkdir -p ${ANSIBLE_INSTALL}/module_utils/network/pfsense/__impl
mkdir -p ${ANSIBLE_INSTALL}/modules/network/pfsense

# remove old modules imports
rm -rf ${ANSIBLE_INSTALL}/module_utils/network/pfsense/pfense_*

cp module_utils/network/pfsense/*.py ${ANSIBLE_INSTALL}/module_utils/network/pfsense/
cp module_utils/network/pfsense/__impl/*.py ${ANSIBLE_INSTALL}/module_utils/network/pfsense/__impl/
cp library/*.py ${ANSIBLE_INSTALL}/modules/network/pfsense/
cp lookup_plugins/pfsense.py ${ANSIBLE_INSTALL}/plugins/lookup/pfsense.py

Expand Down
Empty file.
167 changes: 0 additions & 167 deletions plugins/module_utils/__impl/addresses.py

This file was deleted.

85 changes: 0 additions & 85 deletions plugins/module_utils/__impl/checks.py

This file was deleted.

Loading
Loading