forked from redhat-openstack/openstack-puppet-modules
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update xinetd to 1420bf2bf2462a95185e9d2fffdf0a93edd8c7dc
1420bf2bf2462a95185e9d2fffdf0a93edd8c7dc Merge pull request redhat-openstack#51 from ghoneycutt/style 6a91977fe4d82518c5d608a5255267ed6b618fcd Style change to appease puppet-lint Change-Id: I865eba0eb50a1e1fa4174f1b069d7c4fb3997a93
- Loading branch information
Showing
2 changed files
with
3 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# == Class: xinetd::params | ||
# | ||
class xinetd::params { | ||
$default_user = 'root' | ||
$default_group = 'root' | ||
|