Skip to content
Snippets Groups Projects
Commit 02779078 authored by Nils Olof Paulsson's avatar Nils Olof Paulsson
Browse files

typo

parent d3058944
No related branches found
No related tags found
2 merge requests!2Test,!1Devel
# Intelligent cement
class egg::nodejs () {
package { 'nodejs':
package { 'nodejs':
ensure => 'installed',
}
exec { 'install pm2':
......
# comment
class egg::postgres () {
package { ['postgres', 'postgresql-contrib'] :
package { ['postgresql', 'postgresql-contrib']:
ensure => 'installed',
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment