This website requires JavaScript.
Explore
Help
Register
Sign In
matthew
/
netbox-docker
Watch
1
Star
0
Fork
0
You've already forked netbox-docker
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
036f94a450
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 08:31:01 -06: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 01:34:01 -06:00
from
.
permissions
import
set_permissions
Reference in New Issue
Copy Permalink