Sensu をインストールするためにパペット スクリプトを実行すると、次のエラーが表示されます。
Error: Could not update: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install sensu' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
sensu
0 upgraded, 1 newly installed, 0 to remove and 145 not upgraded.
Need to get 22.1 MB of archives.
After this operation, 64.1 MB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
sensu
E: There are problems and -y was used without --force-yes
実際には、「apt-get update」および「apt-get install sensu」を実行しようとすると失敗します。
ただし、vagrant を使用してプロビジョニングした後に ubuntu ターミナルでこれらのコマンドを実行すると、両方のコマンドが機能します。