You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **Part of [Linuxaid](https://github.com/obmondo/linuxaid) by [Obmondo](https://obmondo.com)**
4
4
5
-
## Flags
5
+
A Linux system management toolkit that automates Puppet-based configuration management and system updates across Obmondo-managed infrastructure. The project provides two command-line applications for initial provisioning and ongoing system maintenance.
6
6
7
-
- --no-reboot: Set this flag to prevent the system from rebooting after the update.
7
+
## Applications
8
+
9
+
### linuxaid-install
10
+
11
+
Initial system provisioning tool that installs and configures the Puppet agent (openvox-agent). Requires an `TOKEN` environment variable for authentication.
prettyfmt.PrettyPrintf(" %s Running this tool will install and configure %s in your system.\n %s Please confirm to continue (Yes/No)? ", prettyfmt.IconGear, prettyfmt.FontYellow("Openvox agent"), prettyfmt.IconQuestion)
106
+
prettyfmt.PrettyPrintf(" %s Running this tool will install and configure %s in your system.\n", prettyfmt.IconGear, prettyfmt.FontYellow("Openvox agent"))
73
107
74
-
// Accept user input for confirmation
75
-
reader:=bufio.NewReader(os.Stdin)
76
-
input, _:=reader.ReadString('\n')
77
-
input=strings.TrimSpace(input)
78
-
79
-
ifinput!="y"&&input!="yes" {
80
-
prettyfmt.PrettyPrintf("\n Exiting the setup...\n")
0 commit comments