I needed this while building the postgres service. Since it makes sense on its own, I'm committing it separately. Many services will need their own rhizome folders. Currently it is only used for setting up host machine and there is no hierarchy in it. With this commit we are moving content of the rhizome folder to rhizome/host. Other services, such as postgres will create their own rhizome folders. Installation of the rhizome folders is handled by BootstrapRhizome and InstallRhizome progs (as before). We only put target_folder variable to their frames to specify which sub-folder should be put to the server. Also, there could be some files shared across services, one good example is utility functions in lib folders. For such files, I created /rhizome/common, which will be installed to servers along with their own folder.
6 lines
76 B
Ruby
6 lines
76 B
Ruby
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
|
|
gem "netaddr"
|