I am trying to install this software WowzaStreamingEngine-4.3.0-linux-x64-installer.run but I want to know if its possible to execute the command and Enter the following details during installation:
43 times “Enter” to read the license agreement
Enter “Y” to agree with the license
Enter “user name”
Enter “Password”
Enter “Confirm”
Enter “y” to start installation of the software
file {'/usr/local/WowzaStreamingEngine-4.3.0-linux-x64-installer.run':
ensure => present,
owner => root,
group => root,
source => 'puppet:///modules/wowza_origin_4.3.0/WowzaStreamingEngine-4.3.0-linux-x64-installer.run',
}
exec { '/usr/local/WowzaStreamingEngine-4.3.0-linux-x64-installer.run':
path => ['/usr/bin', '/usr/sbin', '/bin'],
cwd => '/usr/local/',
↧