Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
base
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Lonlone Lee
base
Commits
3c64c3bb
Verified
Commit
3c64c3bb
authored
Oct 25, 2017
by
Adam Lewenberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more syslog logsink_server changes
parent
bcc2e691
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
manifests/syslog.pp
manifests/syslog.pp
+8
-4
No files found.
manifests/syslog.pp
View file @
3c64c3bb
...
...
@@ -23,7 +23,10 @@
# is still installed, but it is ignored. The goal is to drop the file
# at some point.
class
base::syslog
{
class
base::syslog
(
$use_logsink_server
=
true
,
)
{
# Ubuntu uses a separate account for syslog
if
(
$::operatingsystem
==
'Ubuntu'
)
{
...
...
@@ -54,9 +57,10 @@ class base::syslog {
hasstatus
=>
true
,
}
base::syslog::config::rsyslog
{
'/etc/rsyslog.conf'
:
ensure
=>
present
,
owner
=>
$syslog_owner
,
group
=>
$syslog_group
,
ensure
=>
present
,
owner
=>
$syslog_owner
,
group
=>
$syslog_group
,
use_logsink_server
=>
$use_logsink_server
,
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment