Added sqlite3 to the list of required packages.
This commit is contained in:
parent
c473d9bbe2
commit
ea0e5a58a5
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ class rhizomatica_base_system {
|
|||
}
|
||||
|
||||
#Various packages
|
||||
package { ['openvpn', 'lm-sensors', 'runit']:
|
||||
package { ['openvpn', 'lm-sensors', 'runit', 'sqlite3']:
|
||||
ensure => installed,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue