add deployment of updater
This commit is contained in:
parent
888607d193
commit
f0df5d5710
1 changed files with 5 additions and 0 deletions
|
@ -162,6 +162,11 @@ class mastodon (
|
|||
}
|
||||
}
|
||||
}
|
||||
file { '/usr/local/bin/update_mastodon.sh':
|
||||
ensure => $ensure,
|
||||
mode => '0750',
|
||||
source => 'puppet:///modules/mastodon/update_mastodon.sh',
|
||||
}
|
||||
class { 'nodejs':
|
||||
repo_url_suffix => $nodejs_version,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue