Skip to content

Commit 9341fb0

Browse files
authored
Update meta/runtime.yml With Missing Modules (#1356)
* Add modules to runtime.yml It appears some modules cannot take advantage of module_defaults, it appears to be due to them missing in the netbox action group. * changelog-fragment * add file extension to change fragement
1 parent 59e819f commit 9341fb0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
bugfixes:
2+
- Fixed an isssue with module_default parameter inheritance for modules netbox_config_template, netbox_custom_field_choice_set, netbox_permission, netbox_token, netbox_user, and netbox_user_group.

meta/runtime.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ action_groups:
2020
- netbox_cluster_group
2121
- netbox_cluster_type
2222
- netbox_config_context
23+
- netbox_config_template
2324
- netbox_console_port
2425
- netbox_console_port_template
2526
- netbox_console_server_port
@@ -28,6 +29,7 @@ action_groups:
2829
- netbox_contact_group
2930
- netbox_contact_role
3031
- netbox_custom_field
32+
- netbox_custom_field_choice_set
3133
- netbox_custom_link
3234
- netbox_device
3335
- netbox_device_bay
@@ -53,6 +55,7 @@ action_groups:
5355
- netbox_module
5456
- netbox_module_bay
5557
- netbox_module_type
58+
- netbox_permission
5659
- netbox_platform
5760
- netbox_power_feed
5861
- netbox_power_outlet
@@ -78,14 +81,17 @@ action_groups:
7881
- netbox_tag
7982
- netbox_tenant
8083
- netbox_tenant_group
84+
- netbox_token
8185
- netbox_tunnel
8286
- netbox_tunnel_group
87+
- netbox_user
88+
- netbox_user_group
8389
- netbox_virtual_chassis
90+
- netbox_virtual_disk
8491
- netbox_virtual_machine
8592
- netbox_vlan
8693
- netbox_vlan_group
8794
- netbox_vm_interface
88-
- netbox_virtual_disk
8995
- netbox_vrf
9096
- netbox_webhook
9197
- netbox_wireless_lan

0 commit comments

Comments
 (0)