Skip to content

Commit

Permalink
Fix formatting issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklausHofer committed Sep 19, 2021
1 parent 32f360e commit c568a24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions manifests/community_modules.pp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
case $type {
'hg': { $_packages = ['mercurial'] }
'git': { $_packages = ['git'] }
'portage': { $_packages = ['net-im/prosody-modules' ] }
'portage': { $_packages = ['net-im/prosody-modules'] }
default: { $_packages = [] }
}
ensure_packages($_packages)
Expand All @@ -21,7 +21,7 @@
provider => $type,
source => $source,
revision => $revision,
require => Package[ $_packages ],
require => Package[$_packages],
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion manifests/config.pp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# == Class: prosody::config
class prosody::config(
Stdlib::Absolutepath $config_directory,
){
) {
file { "${config_directory}/conf.avail":
ensure => directory,
}
Expand Down

0 comments on commit c568a24

Please sign in to comment.