Skip to content

Instantly share code, notes, and snippets.

Created April 29, 2016 08:09
Show Gist options
  • Save anonymous/854084c85fe92dd223f762827851257b to your computer and use it in GitHub Desktop.
Save anonymous/854084c85fe92dd223f762827851257b to your computer and use it in GitHub Desktop.
MOF File
/*
@TargetNode='10.0.0.7'
@GeneratedBy=DomainAdmin
@GenerationDate=04/28/2016 16:55:03
@GenerationHost=SA-DSC-SRV1
*/
instance of MSFT_nxPackageResource as $MSFT_nxPackageResource1ref
{
ResourceID = "[nxPackage]httpdInstall";
Ensure = "Present";
SourceInfo = "::6::9::nxPackage";
Name = "httpd";
ModuleName = "nx";
PackageManager = "Yum";
ModuleVersion = "1.0";
};
instance of OMI_ConfigurationDocument
{
Version="1.0.0";
Author="DomainAdmin";
GenerationDate="04/28/2016 16:55:03";
GenerationHost="SA-DSC-SRV1";
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment