You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to use the stdlib class to use the file_line resource
class postgresql::profilechange1{
include stdlib
file_line{'Path updation':
ensure => present,
line => 'PATH=$PATH:/usr/local/pgsql/bin\n',
path => '/etc/profile',
}
}
Error encountered
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not find class stdlib for sys-server on node sys-server
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run
Is unable to find the class stdlib to use the file_line class?
What needs to be there other than the class installed
I have puppet 3.4 installed
The text was updated successfully, but these errors were encountered:
LaksThampi
changed the title
Concat module in puppet
stdlib module in puppet usage
Jan 27, 2015
Trying to use the stdlib class to use the file_line resource
class postgresql::profilechange1{
include stdlib
file_line{'Path updation':
ensure => present,
line => 'PATH=$PATH:/usr/local/pgsql/bin\n',
path => '/etc/profile',
}
}
Error encountered
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not find class stdlib for sys-server on node sys-server
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run
Is unable to find the class stdlib to use the file_line class?
What needs to be there other than the class installed
I have puppet 3.4 installed
The text was updated successfully, but these errors were encountered: