-
Notifications
You must be signed in to change notification settings - Fork 495
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(FACT-3436) Standardize Debian architecture fact
Prior to this commit the os.architecture fact on Debian and Debian-based distrubitions resolved inconsistently. The fact used Debian's architecture naming scheme for some platforms (i386 and amd64) but not others. This commit updates the os.architecture fact on Debian and Debian-based distrubitions to consistently use Debian's naming convention by relying on the output of `dpkg --print-architecture`.
- Loading branch information
1 parent
a866afe
commit 1a0af81
Showing
2 changed files
with
7 additions
and
54 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
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