diff options
author | Bill Nottingham <notting@ansible.com> | 2015-11-05 16:14:30 +0100 |
---|---|---|
committer | Bill Nottingham <notting@ansible.com> | 2015-11-05 16:15:37 +0100 |
commit | 1bd6ffa3c94dd2dded4d473fd94907cdf8cc82e4 (patch) | |
tree | 236405aca8aa2b1fe5bdfcdd6520f79e21542e1e /setup.py | |
parent | Reword log msgs for enterprise_auth failures (diff) | |
download | awx-1bd6ffa3c94dd2dded4d473fd94907cdf8cc82e4.tar.xz awx-1bd6ffa3c94dd2dded4d473fd94907cdf8cc82e4.zip |
Add PowerShell version of request_tower_configuration. From @nitzmahone.
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -122,7 +122,7 @@ setup( ("%s" % webconfig, ["config/awx-httpd-80.conf", "config/awx-httpd-443.conf", "config/awx-munin.conf"]), - ("%s" % sharedir, ["tools/scripts/request_tower_configuration.sh",]), + ("%s" % sharedir, ["tools/scripts/request_tower_configuration.sh","tools/scripts/request_tower_configuration.ps1"]), ("%s" % docdir, ["docs/licenses/*",]), ("%s" % munin_plugin_path, ["tools/munin_monitors/tower_jobs", "tools/munin_monitors/callbackr_alive", |