Icinga / icingaweb2-module-director

The Director aims to be your new favourite Icinga config deployment tool. Director is designed for those who want to automate their configuration deployment and those who want to grant their “point & click” users easy access to the configuration.
https://icinga.com/docs/director/latest
GNU General Public License v2.0
413 stars 203 forks source link

Missing Import Modifier cast to string #2880

Open slalomsk8er opened 7 months ago

slalomsk8er commented 7 months ago

Expected Behavior

Services can be imported in a way, that a manual modification will not change a type and subsequent imports will not result in a useless diff.

Current Behavior

image

Possible Solution

Add a cast to string modifier.

Steps to Reproduce (for bugs)

Import a Port from the x509 module into vars for later use in the icingacli check.

Your Environment

slalomsk8er commented 7 months ago

This would be the complement to the existing Cast a string value to an Integer.