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 95cc98c commit e2686d1
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['error'] {
$api_error = join($api_users_allow_data['error'], ', ')
warning("API Error: ${api_error}")
Expand Down

0 comments on commit e2686d1

Please sign in to comment.