Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

uploader.json: add /etc/ipa to certificates_enddate #418

Open
wants to merge 1 commit into
base: uploader_json
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions uploader.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"symbolic_name": "ceph_insights"
},
{
"command": "/usr/bin/find /etc/origin/node /etc/origin/master /etc/pki -type f -exec /usr/bin/openssl x509 -noout -enddate -in '{}' \\; -exec echo 'FileName= {}' \\;",
"command": "/usr/bin/find /etc/origin/node /etc/origin/master /etc/pki /etc/ipa -type f -exec /usr/bin/openssl x509 -noout -enddate -in '{}' \\; -exec echo 'FileName= {}' \\;",
"pattern": [],
"symbolic_name": "certificates_enddate"
},
Expand Down Expand Up @@ -9351,4 +9351,4 @@
}
},
"version": "2020-07-01T15:15:45.086366"
}
}
4 changes: 2 additions & 2 deletions uploader.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"symbolic_name": "ceph_insights"
},
{
"command": "/usr/bin/find /etc/origin/node /etc/origin/master /etc/pki -type f -exec /usr/bin/openssl x509 -noout -enddate -in '{}' \\; -exec echo 'FileName= {}' \\;",
"command": "/usr/bin/find /etc/origin/node /etc/origin/master /etc/pki /etc/ipa -type f -exec /usr/bin/openssl x509 -noout -enddate -in '{}' \\; -exec echo 'FileName= {}' \\;",
"pattern": [],
"symbolic_name": "certificates_enddate"
},
Expand Down Expand Up @@ -3860,4 +3860,4 @@
"iface": "/sbin/ip -o link | awk -F ': ' '/.*link\\/ether/ {print $2}'"
},
"version": "2020-07-01T15:15:50.052070"
}
}