summaryrefslogtreecommitdiff
path: root/manifests/init.pp
blob: acf3b306e6fa23f2283a15f92abc68101b86b073 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# passenger 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,
  }
}