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

typo

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