Skip to content

Commit

Permalink
stray linux fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyaiello committed Nov 3, 2015
1 parent ee24991 commit 14a81cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions dsc/lnxPackageResource.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ nxPackage <string> #ResourceName
## Example

The following example ensures that the package named "httpd" is installed on a Linux computer, using the “Yum” package manager.

```
Import-DSCResource -Module nx
Expand Down
1 change: 0 additions & 1 deletion dsc/lnxUserResource.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ nxUser <string> #ResourceName

The following example ensures that the user "monuser" exists and is a member of the group "DBusers".


```
Import-DSCResource -Module nx
Expand Down

0 comments on commit 14a81cc

Please sign in to comment.