Hi,
I have cloned this into my /etc/puppet/modules/puppet-postgresql and i have changed to postgresql and my site.pp is under /etc/puppet/manifests/site.pp it has
node default {
class {'postgresql':
version => '9.1',
}
}
I am getting the follwoing error when i run puppet agent -t from my puppet agent

Request you to look into this as i am trying hard to determine what causing this error because when i tried it in redhat it said unsupported platform and now i am trying it in ubuntu
Hi,
I have cloned this into my /etc/puppet/modules/puppet-postgresql and i have changed to postgresql and my site.pp is under /etc/puppet/manifests/site.pp it has
node default {

class {'postgresql':
version => '9.1',
}
}
I am getting the follwoing error when i run puppet agent -t from my puppet agent
Request you to look into this as i am trying hard to determine what causing this error because when i tried it in redhat it said unsupported platform and now i am trying it in ubuntu