From ee04b392d9e33958b899aff1e2f9faf3620fccba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Mon, 7 Jan 2013 18:01:09 -0500 Subject: split all resources in their own files --- manifests/inotify.pp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 manifests/inotify.pp (limited to 'manifests/inotify.pp') diff --git a/manifests/inotify.pp b/manifests/inotify.pp new file mode 100644 index 0000000..491fb04 --- /dev/null +++ b/manifests/inotify.pp @@ -0,0 +1,5 @@ +class reprepro::inotify { + package { 'inoticoming': + ensure => 'present', + } +} -- cgit v1.2.3