summaryrefslogtreecommitdiff
path: root/manifests/init.pp
blob: 0bd4bd62c287f8d1ce2db353f49f781d239b7cf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# sqlite module
#
# Copyright 2009, admin(at)immerda.ch
#
# This program is free software; you can redistribute 
# it and/or modify it under the terms of the GNU 
# General Public License version 3 as published by 
# the Free Software Foundation.
#

class passenger{
  package{'passenger':
    ensure => installed,
  }
}