-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into production
- Loading branch information
Showing
64 changed files
with
137 additions
and
141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
SERVICE_NAME="affiliation_mapping" | ||
export SERVICE_NAME="affiliation_mapping" | ||
|
||
. generic_send | ||
python3 generic_send.py "$1" "$2" "$3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
SERVICE_NAME="affiliation_mapping_mu" | ||
export SERVICE_NAME="affiliation_mapping_mu" | ||
|
||
. generic_send | ||
python3 generic_send.py "$1" "$2" "$3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
SERVICE_NAME="afs" | ||
export SERVICE_NAME="afs" | ||
|
||
. generic_send | ||
python3 generic_send.py "$1" "$2" "$3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
SERVICE_NAME="afs_group" | ||
export SERVICE_NAME="afs_group" | ||
|
||
. generic_send | ||
python3 generic_send.py "$1" "$2" "$3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
SERVICE_NAME="apache_basic_auth" | ||
export SERVICE_NAME="apache_basic_auth" | ||
|
||
. generic_send | ||
python3 generic_send.py "$1" "$2" "$3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
SERVICE_NAME="arcgis_licenses_mu" | ||
export SERVICE_NAME="arcgis_licenses_mu" | ||
|
||
. generic_send | ||
python3 generic_send.py "$1" "$2" "$3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
SERVICE_NAME="arcgis_mu" | ||
export SERVICE_NAME="arcgis_mu" | ||
|
||
. generic_send | ||
python3 generic_send.py "$1" "$2" "$3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
SERVICE_NAME="ceitec_proteomics" | ||
export SERVICE_NAME="ceitec_proteomics" | ||
|
||
. generic_send | ||
python3 generic_send.py "$1" "$2" "$3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
SERVICE_NAME="drupal_elixir" | ||
export SERVICE_NAME="drupal_elixir" | ||
|
||
. generic_send | ||
python3 generic_send.py "$1" "$2" "$3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
SERVICE_NAME="du_info_export" | ||
export SERVICE_NAME="du_info_export" | ||
|
||
. generic_send | ||
python3 generic_send.py "$1" "$2" "$3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
SERVICE_NAME="du_users_export" | ||
export SERVICE_NAME="du_users_export" | ||
|
||
. generic_send | ||
python3 generic_send.py "$1" "$2" "$3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
SERVICE_NAME="eduroam_block" | ||
export SERVICE_NAME="eduroam_block" | ||
|
||
. generic_send | ||
python3 generic_send.py "$1" "$2" "$3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
SERVICE_NAME="eduroam_radius" | ||
export SERVICE_NAME="eduroam_radius" | ||
|
||
. generic_send | ||
python3 generic_send.py "$1" "$2" "$3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
SERVICE_NAME="fbmi_doors" | ||
export SERVICE_NAME="fbmi_doors" | ||
|
||
. generic_send | ||
python3 generic_send.py "$1" "$2" "$3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
#!/bin/bash | ||
#!/bin/bash | ||
export SERVICE_NAME="fs_home" | ||
|
||
SERVICE_NAME="fs_home" | ||
|
||
. generic_send | ||
python3 generic_send.py "$1" "$2" "$3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
#!/bin/bash | ||
#!/bin/bash | ||
export SERVICE_NAME="fs_home_mu" | ||
|
||
SERVICE_NAME="fs_home_mu" | ||
|
||
. generic_send | ||
python3 generic_send.py "$1" "$2" "$3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
SERVICE_NAME="fs_project" | ||
export SERVICE_NAME="fs_project" | ||
|
||
. generic_send | ||
python3 generic_send.py "$1" "$2" "$3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
#!/bin/bash | ||
#!/bin/bash | ||
export SERVICE_NAME="fs_quotas" | ||
|
||
SERVICE_NAME="fs_quotas" | ||
|
||
. generic_send | ||
python3 generic_send.py "$1" "$2" "$3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
#!/bin/bash | ||
#!/bin/bash | ||
export SERVICE_NAME="fs_replicas" | ||
|
||
SERVICE_NAME="fs_replicas" | ||
|
||
. generic_send | ||
python3 generic_send.py "$1" "$2" "$3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
SERVICE_NAME="fs_scratch" | ||
#!/bin/bash | ||
export SERVICE_NAME="fs_scratch" | ||
|
||
. generic_send | ||
python3 generic_send.py "$1" "$2" "$3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
SERVICE_NAME="fs_scratch_local" | ||
export SERVICE_NAME="fs_scratch_local" | ||
|
||
. generic_send | ||
python3 generic_send.py "$1" "$2" "$3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
SERVICE_NAME="group" | ||
export SERVICE_NAME="group" | ||
|
||
. generic_send | ||
python3 generic_send.py "$1" "$2" "$3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
SERVICE_NAME="group_mu" | ||
export SERVICE_NAME="group_mu" | ||
|
||
. generic_send | ||
python3 generic_send.py "$1" "$2" "$3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
SERVICE_NAME="group_nfs4" | ||
export SERVICE_NAME="group_nfs4" | ||
|
||
. generic_send | ||
python3 generic_send.py "$1" "$2" "$3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
SERVICE_NAME="hadoop_hbase" | ||
export SERVICE_NAME="hadoop_hbase" | ||
|
||
. generic_send | ||
python3 generic_send.py "$1" "$2" "$3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
SERVICE_NAME="hadoop_hdfs" | ||
export SERVICE_NAME="hadoop_hdfs" | ||
|
||
. generic_send | ||
python3 generic_send.py "$1" "$2" "$3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
SERVICE_NAME="k5login" | ||
export SERVICE_NAME="k5login" | ||
|
||
. generic_send | ||
python3 generic_send.py "$1" "$2" "$3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
SERVICE_NAME="k5login_generic" | ||
export SERVICE_NAME="k5login_generic" | ||
|
||
. generic_send | ||
python3 generic_send.py "$1" "$2" "$3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
SERVICE_NAME="k5login_root" | ||
export SERVICE_NAME="k5login_root" | ||
|
||
. generic_send | ||
python3 generic_send.py "$1" "$2" "$3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
SERVICE_NAME="kerberos_renewal_principals" | ||
export SERVICE_NAME="kerberos_renewal_principals" | ||
|
||
. generic_send | ||
python3 generic_send.py "$1" "$2" "$3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
SERVICE_NAME="ldap" | ||
export SERVICE_NAME="ldap" | ||
|
||
. generic_send | ||
python3 generic_send.py "$1" "$2" "$3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
SERVICE_NAME="ldap_vsb_vi" | ||
export SERVICE_NAME="ldap_vsb_vi" | ||
|
||
. generic_send | ||
python3 generic_send.py "$1" "$2" "$3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
SERVICE_NAME="mailaliases" | ||
export SERVICE_NAME="mailaliases" | ||
|
||
. generic_send | ||
python3 generic_send.py "$1" "$2" "$3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
SERVICE_NAME="mailaliases_generic" | ||
export SERVICE_NAME="mailaliases_generic" | ||
|
||
. generic_send | ||
python3 generic_send.py "$1" "$2" "$3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
SERVICE_NAME="mailman" | ||
export SERVICE_NAME="mailman" | ||
|
||
. generic_send | ||
python3 generic_send.py "$1" "$2" "$3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
SERVICE_NAME="mailman_cesnet" | ||
export SERVICE_NAME="mailman_cesnet" | ||
|
||
. generic_send | ||
python3 generic_send.py "$1" "$2" "$3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
SERVICE_NAME="mailman_cesnet_user_mail" | ||
export SERVICE_NAME="mailman_cesnet_user_mail" | ||
|
||
. generic_send | ||
python3 generic_send.py "$1" "$2" "$3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
SERVICE_NAME="mailman_elixir" | ||
export SERVICE_NAME="mailman_elixir" | ||
|
||
. generic_send | ||
python3 generic_send.py "$1" "$2" "$3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
SERVICE_NAME="mailman_mu" | ||
export SERVICE_NAME="mailman_mu" | ||
|
||
. generic_send | ||
python3 generic_send.py "$1" "$2" "$3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
SERVICE_NAME="mailman_owners" | ||
export SERVICE_NAME="mailman_owners" | ||
|
||
. generic_send | ||
python3 generic_send.py "$1" "$2" "$3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
SERVICE_NAME="oidc_with_groups_einfra" | ||
export SERVICE_NAME="oidc_with_groups_einfra" | ||
|
||
. generic_send | ||
python3 generic_send.py "$1" "$2" "$3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
SERVICE_NAME="operations_portal_egi" | ||
export SERVICE_NAME="operations_portal_egi" | ||
|
||
. generic_send | ||
python3 generic_send.py "$1" "$2" "$3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
SERVICE_NAME="passwd" | ||
export SERVICE_NAME="passwd" | ||
|
||
. generic_send | ||
python3 generic_send.py "$1" "$2" "$3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
SERVICE_NAME="passwd_mu" | ||
export SERVICE_NAME="passwd_mu" | ||
|
||
. generic_send | ||
python3 generic_send.py "$1" "$2" "$3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
SERVICE_NAME="passwd_nfs4" | ||
export SERVICE_NAME="passwd_nfs4" | ||
|
||
. generic_send | ||
python3 generic_send.py "$1" "$2" "$3" |
Oops, something went wrong.