diff options
| author | Stephen Smoogen <smooge@redhat.com> | 2016-09-06 20:57:24 +0000 |
|---|---|---|
| committer | Stephen Smoogen <smooge@redhat.com> | 2016-09-06 20:57:24 +0000 |
| commit | a1391f8d1b65f5d7d94c9f16b2af025dbfffeffa (patch) | |
| tree | 03e7115cc5efc47508887812975021214276b36c /roles/web-data-analysis | |
| parent | ee3d563ae96c0b8595c08ea95231d23f61e65478 (diff) | |
| download | ansible-a1391f8d1b65f5d7d94c9f16b2af025dbfffeffa.tar.gz ansible-a1391f8d1b65f5d7d94c9f16b2af025dbfffeffa.tar.xz ansible-a1391f8d1b65f5d7d94c9f16b2af025dbfffeffa.zip | |
and we need another )
Diffstat (limited to 'roles/web-data-analysis')
| -rw-r--r-- | roles/web-data-analysis/files/getfedora-data.awk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/web-data-analysis/files/getfedora-data.awk b/roles/web-data-analysis/files/getfedora-data.awk index 45ecae4c8..7dd1a5e97 100644 --- a/roles/web-data-analysis/files/getfedora-data.awk +++ b/roles/web-data-analysis/files/getfedora-data.awk @@ -85,7 +85,7 @@ BEGIN{ else if (($3 ~/Server-DVD/) || ($3 ~/Server_DVD/) || ($3 ~/Server-dvd/)) { server = server +1; edit = edit +1;total = total +1 } else if (($3 ~/Server-netinst/) || ($3 ~/Server_netinst/)) { server = server +1; netinstall = netinstall +1 ; netserv=netserv+1; edit = edit +1;total = total +1 } else if (($3 ~/Workstation-netinst/) || ($3 ~/Workstation_netinst/)) { workstation = workstation +1; netinstall = netinstall +1; network=network+1; edit = edit +1;total = total +1 } - else if (($3 ~/Live-Workstation/) || ($3 ~/Live_Workstation/) || ($3 ~/Workstation-Live/) { workstation = workstation +1; edit = edit +1;total = total +1 } + else if (($3 ~/Live-Workstation/) || ($3 ~/Live_Workstation/) || ($3 ~/Workstation-Live/)) { workstation = workstation +1; edit = edit +1;total = total +1 } else if (($3 ~/Desktop/) || ($3 ~/Desktop/)) { workstation = workstation +1; edit = edit +1;total = total +1 } else if (($3 ~/Fedora-20-i386-DVD/) || ($3 ~/Fedora-20-ppc64-DVD/) || ($3 ~/Fedora-20-x86_64-DVD/) || ($3 ~/Fedora-i386-20/) || ($3 ~/Fedora-x86_64-20/)) { server = server +1; edit = edit +1;total = total +1 } else if (($3 ~/Fedora-20-i386-netinst.iso/) || ($3 ~/Fedora-20-ppc64-netinst.iso/) || ($3 ~/Fedora-20-x86_64-netinst.iso/) ) { server = server +1; netinstall = netinstall + 1; netserv = netserv+1; edit = edit +1;total = total +1 } |
