6 lines
147 B
Python
6 lines
147 B
Python
files = {
|
|
'/etc/icingaweb2/setup.token': {
|
|
'content': node.metadata.get('icingaweb2/setup_token'),
|
|
'owner': 'nagios',
|
|
},
|
|
}
|