Skip to content

Commit

Permalink
install uptimed
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Dec 15, 2023
1 parent 279f868 commit a3ff70b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion site/profiles/manifests/base.pp
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,14 @@
ensure => 'installed',
}
}
package { ['make', 'gcc', 'build-essential', 'htop', 'lsb-release', 'ctop', 'ca-certificates', 'apt-file', 'ccze', 'tree']:
package { ['make', 'gcc', 'build-essential', 'htop', 'lsb-release', 'ctop', 'ca-certificates', 'apt-file', 'ccze', 'tree', 'uptimed']:
ensure => 'installed',
}
service { 'uptimed':
ensure => 'running',
enable => true,
require => Package['uptimed'],
}
exec { 'refresh apt-file cache':
refreshonly => true,
command => '/usr/bin/apt-file update',
Expand Down

0 comments on commit a3ff70b

Please sign in to comment.