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 # Intelligent cement
class egg::nodejs () { class egg::nodejs () {
package { 'nodejs': package { 'nodejs':
ensure => 'installed', ensure => 'installed',
} }
exec { 'install pm2': exec { 'install pm2':
......
# comment # comment
class egg::postgres () { class egg::postgres () {
package { ['postgres', 'postgresql-contrib'] : package { ['postgresql', 'postgresql-contrib']:
ensure => 'installed', 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