Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-larsson committed Mar 27, 2024
1 parent d373bc0 commit 734a770
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,9 @@
$manage_users_allow = false
}

notify { "api_users_allow_data: ${api_users_allow_data}": }
notify { "manage_users_allow: ${manage_users_allow}": }

if $api_users_allow_data['errors'] {
$api_errors = join($api_users_allow_data['errors'], ', ')
warning("API Error: ${api_errors}")
Expand Down

0 comments on commit 734a770

Please sign in to comment.