Update stdlib and concat to 6.1.0 both
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / types / syslogfacility.pp
diff --git a/3rdparty/modules/stdlib/types/syslogfacility.pp b/3rdparty/modules/stdlib/types/syslogfacility.pp
new file mode 100644 (file)
index 0000000..417673b
--- /dev/null
@@ -0,0 +1,26 @@
+type Stdlib::Syslogfacility = Enum[
+  'kern',
+  'user',
+  'mail',
+  'daemon',
+  'auth',
+  'syslog',
+  'lpr',
+  'news',
+  'uucp',
+  'cron',
+  'authpriv',
+  'ftp',
+  'ntp',
+  'security',
+  'console',
+  'solaris-cron',
+  'local0',
+  'local1',
+  'local2',
+  'local3',
+  'local4',
+  'local5',
+  'local6',
+  'local7'
+]