This website requires JavaScript.
Explore
Help
Sign In
Mascali
/
netbox-docker
Watch
1
Star
0
Fork
You've already forked netbox-docker
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9fae2b0f74
netbox-docker
/
startup_scripts
/
startup_script_utils
/
__init__.py
3 lines
74 B
Python
Raw
Normal View
History
Unescape
Escape
Add function to load YAML files This commit starts to remove some code redundancy from the startup scripts for easier maintenance.
2020-02-05 15:31:01 +01:00
from
.
load_yaml
import
load_yaml
Permission handling in external function This move the setting of user and group permissions in the startup script to its own function.
2020-02-12 08:34:01 +01:00
from
.
permissions
import
set_permissions