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

typo

parent 99f6368f
No related branches found
No related tags found
1 merge request!1Devel
Pipeline #105278 passed
# remark # remark
class omni::js() { class omni::js () {
package { 'nodejs': package { 'nodejs':
ensure => 'installed', ensure => 'installed',
notify => Exec['yarn'], notify => Exec['yarn'],
......
# intelligent comment here # intelligent comment here
class omni::nginx() { class omni::nginx () {
package { 'nginx': package { 'nginx':
ensure => 'installed', ensure => 'installed',
} }
......
# Comment # Comment
class omni::postgres( ) { class omni::postgres () {
$passwd = 'quetzalcoatl' $passwd = 'quetzalcoatl'
include postgresql::server include postgresql::server
......
# well ... # well ...
class omni::python( ) { class omni::python () {
package { 'python3': package { 'python3':
ensure => 'installed', ensure => 'installed',
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment