Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stdlib module in puppet usage #122

Open
LaksThampi opened this issue Jan 27, 2015 · 0 comments
Open

stdlib module in puppet usage #122

LaksThampi opened this issue Jan 27, 2015 · 0 comments

Comments

@LaksThampi
Copy link

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

@LaksThampi LaksThampi changed the title Concat module in puppet stdlib module in puppet usage Jan 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant