Changes between Version 1 and Version 2 of Doc/BasicConfig/MachineProfile


Ignore:
Timestamp:
Jun 22, 2011, 11:38:33 AM (13 years ago)
Author:
jouvin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/BasicConfig/MachineProfile

    v1 v2  
    33
    44[[TOC(inline)]]
     5
     6
     7== Machine Profile Options ==
     8
     9There is a set of options related to the handling of the machine profile, in particular options related to its download and to its caching on the machine.
     10
     11Main options that can be tweak are:
     12 * Download URL: this is the URL where profiles are located. The profile name, derived from the profile template (the template declared as an `object template`), is appended to this URL. The download URL can be defined with variable `QUATTOR_PROFILE_URL`.
     13 * Cached profile permission: configuration profile is cached on the machine and may contain sensitive information like password hashes. By default it is readable only by `root`. This may be changed by defining variable `CCM_PROFILE_WORLD_READABLE` to `true`. '''Be sure to understand the security risk associated with this'''.