From bc59ef1fb7cf67c5451cae0c83ef187af86c9900 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 2 Jan 2010 14:02:39 -0200 Subject: Initial import --- manifests/init.pp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 manifests/init.pp (limited to 'manifests') diff --git a/manifests/init.pp b/manifests/init.pp new file mode 100644 index 0000000..bc83789 --- /dev/null +++ b/manifests/init.pp @@ -0,0 +1,5 @@ +class ikiwiki { + package { "ikiwiki": + ensure => installed, + } +} -- cgit v1.2.3