summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp9
1 files changed, 3 insertions, 6 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 30638a1..1406d12 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -16,12 +16,9 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-import "vserver.pp"
-
-# whether to log kernel messages
-$log_kernel_msgs = true
-
-class syslog-ng {
+class syslog-ng(
+ $log_kernel_msgs = true
+) {
# the needed packages
package { "syslog-ng": ensure => installed, }