summaryrefslogtreecommitdiffstats
path: root/mof
diff options
context:
space:
mode:
Diffstat (limited to 'mof')
-rw-r--r--mof/LMI_Yum.mof12
1 files changed, 10 insertions, 2 deletions
diff --git a/mof/LMI_Yum.mof b/mof/LMI_Yum.mof
index 9e821f2..74dcfca 100644
--- a/mof/LMI_Yum.mof
+++ b/mof/LMI_Yum.mof
@@ -388,6 +388,12 @@ class LMI_YumPackage : CIM_SoftwareElement {
LMI_YumInstalledPackage REF Installed
);
+ [ Description (
+ "Will uninstall installed package."),
+ ValueMap { "0", "1", "2" },
+ Values { "Not installed", "Successful removal", "Failed" } ]
+ uint32 Remove();
+
};
[ Description (
@@ -507,12 +513,14 @@ class LMI_YumFileCheck : CIM_FileSpecification {
String ExpectedLinkTarget;
[ Description("File type."),
- ValueMap { "0", "1", "2", "3", "4", "5", "6" },
+ ValueMap { "0", "1", "2", "3"
+ , "4", "5", "6" },
Values { "Unknown", "File", "Directory", "Symlink"
, "FIFO", "Character Device", "Block Device" } ]
uint16 FileType;
[ Description("File type of file in RPM database."),
- ValueMap { "0", "1", "2", "3", "4", "5", "6" },
+ ValueMap { "0", "1", "2", "3"
+ , "4", "5", "6" },
Values { "Unknown", "File", "Directory", "Symlink"
, "FIFO", "Character Device", "Block Device" } ]
uint16 ExpectedFileType;