diff options
Diffstat (limited to 'src/sbin/bcfg2-server')
-rwxr-xr-x | src/sbin/bcfg2-server | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sbin/bcfg2-server b/src/sbin/bcfg2-server index 757172464..1b8b0d158 100755 --- a/src/sbin/bcfg2-server +++ b/src/sbin/bcfg2-server @@ -26,6 +26,7 @@ if __name__ == '__main__': 'plugins' : Bcfg2.Options.SERVER_PLUGINS, 'password' : Bcfg2.Options.SERVER_PASSWORD, 'fm' : Bcfg2.Options.SERVER_FILEMONITOR, + 'ignore' : Bcfg2.Options.SERVER_FAM_IGNORE, 'key' : Bcfg2.Options.SERVER_KEY, 'cert' : Bcfg2.Options.SERVER_CERT, 'ca' : Bcfg2.Options.SERVER_CA, |