Add initial setup global settings
This commit is contained in:
parent
a7af0f64d2
commit
6eab3ac311
7 changed files with 113 additions and 11 deletions
|
|
@ -11,6 +11,7 @@ import (
|
|||
)
|
||||
|
||||
// Apply applies the given profile to this existing instance.
|
||||
// The instance must be running
|
||||
func (manager *Manager) Apply(ctx context.Context, progress io.Writer, flags Profile) error {
|
||||
// Update drupal
|
||||
if flags.Drupal != "" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue